diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2024-11-17 20:56:53 -0700 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2024-11-17 20:56:53 -0700 |
| commit | a3cea25d3051816f686b7a54f7cd96b9bee77200 (patch) | |
| tree | 9ce8c692cc0b5bf11ed1a427610ed4a8e54a9fe6 /src/engine/courses/TestCourse.cpp | |
| parent | 8414e8847c07185eb54d3d6e2c99f129593a9638 (diff) | |
Implement kart chase
Diffstat (limited to 'src/engine/courses/TestCourse.cpp')
| -rw-r--r-- | src/engine/courses/TestCourse.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/engine/courses/TestCourse.cpp b/src/engine/courses/TestCourse.cpp index 2a8787d23..4a132c410 100644 --- a/src/engine/courses/TestCourse.cpp +++ b/src/engine/courses/TestCourse.cpp @@ -185,8 +185,8 @@ void TestCourse::SpawnActors() { ACTOR_RAILROAD_CROSSING)); rrxing->crossingTrigger = crossing1; - Vec3f pos = {-80, 7, -20}; - gWorldInstance.AddActor(new ACloud(pos)); + //Vec3f pos = {-80, 7, -20}; + //gWorldInstance.AddActor(new ACloud(pos)); } // Likely sets minimap boundaries @@ -265,13 +265,13 @@ void TestCourse::SpawnVehicles() { gVehicle2DWaypointLength = 53; D_80162EB0 = spawn_actor_on_surface(test_course_path2D[0].x, 2000.0f, test_course_path2D[0].z); - gWorldInstance.AddTrain(ATrain::TenderStatus::HAS_TENDER, 5, 2.5f, 0); - gWorldInstance.AddTrain(ATrain::TenderStatus::HAS_TENDER, 5, 2.5f, 8); + //gWorldInstance.AddTrain(ATrain::TenderStatus::HAS_TENDER, 5, 2.5f, 0); + //gWorldInstance.AddTrain(ATrain::TenderStatus::HAS_TENDER, 5, 2.5f, 8); Vec3f pos = {0, 0, 0}; - gWorldInstance.AddBombKart(pos, &D_80164550[0][25], 25, 2, 0.8333333f); - gWorldInstance.AddBombKart(pos, &D_80164550[0][45], 45, 3, 0.8333333f); + gWorldInstance.AddBombKart(pos, &D_80164550[0][25], 25, 4, 0.8333333f); + gWorldInstance.AddBombKart(pos, &D_80164550[0][45], 45, 4, 0.8333333f); } |
