diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2024-12-28 00:25:41 -0700 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2024-12-28 00:25:41 -0700 |
| commit | 830922541296d049cd5c0689c1f610586f56bc75 (patch) | |
| tree | ef52c54c9e435544deea887062032f7a99e4126d /src/engine/courses/Course.cpp | |
| parent | 135b51ea719c6107663d9f54cc3e8cb7404dbda3 (diff) | |
Reimpl Lakitu
Diffstat (limited to 'src/engine/courses/Course.cpp')
| -rw-r--r-- | src/engine/courses/Course.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/courses/Course.cpp b/src/engine/courses/Course.cpp index e5c9a0498..7d8fb3bff 100644 --- a/src/engine/courses/Course.cpp +++ b/src/engine/courses/Course.cpp @@ -28,6 +28,7 @@ Course::Course() { // Props.CourseLength = "567m"; // Props.Cup = FLOWER_CUP; // Props.CupIndex = 3; + Props.LakituTowType = (s32)OLakitu::LakituTowType::NORMAL; Props.AIBehaviour = D_0D008F28; Props.AIMaximumSeparation = 50.0f; Props.AIMinimumSeparation = 0.3f; |
