Fix minimap on custom courses

This commit is contained in:
MegaMech
2024-12-06 07:18:21 -07:00
parent 19135c9ee8
commit e0e1d60181
4 changed files with 6 additions and 4 deletions
+2
View File
@@ -51,6 +51,8 @@ TestCourse::TestCourse() {
this->gfxSize = 100;
this->textures = NULL;
Props.MinimapTexture = gTextureCourseOutlineMarioRaceway;
Props.D_800E5548[0] = 64;
Props.D_800E5548[1] = 64;
Props.Id = "mk:test_course";
Props.Name = "Test Course";