Add missing function

This commit is contained in:
MegaMech
2025-04-18 23:49:24 -06:00
parent b0da83a42f
commit a460d15062
+2
View File
@@ -135,6 +135,8 @@ void Course::Load() {
if (sections != nullptr) {
Course::Init();
ParseCourseSections(sections, size);
func_80295C6C();
Props.WaterLevel = gCourseMinY - 10.0f;
}
return;
}