Fix freecam for custom courses

This commit is contained in:
MegaMech
2024-11-24 15:38:57 -07:00
parent 55fe8eb13d
commit b7a637abac
6 changed files with 20 additions and 7 deletions
+5 -1
View File
@@ -239,6 +239,10 @@ void Course::Collision() {}
void Course::ScrollingTextures() {}
void Course::DrawWater(struct UnkStruct_800DC5EC* screen, uint16_t pathCounter, uint16_t cameraRot, uint16_t playerDirection) {}
void Course::Destroy() { }
void Course::Destroy() {}
bool Course::IsMod() {
return false;
}
Course* currentCourse = nullptr;