mirror of
https://github.com/n64decomp/mk64
synced 2026-09-09 03:20:11 -04:00
Identify active screen mode, relabel accordingly (#141)
This commit is contained in:
+1
-1
@@ -143,7 +143,7 @@ void func_80002A18(void) {
|
||||
if (gModeSelection == GRAND_PRIX) {
|
||||
gCurrentCourseId = gCupCourseOrder[gCupSelection][gCupCourseSelection];
|
||||
}
|
||||
D_800DC52C = gScreenModeSelection;
|
||||
gActiveScreenMode = gScreenModeSelection;
|
||||
if (gCurrentCourseId != gCurrentlyLoadedCourseId) {
|
||||
D_80150120 = 0;
|
||||
gCurrentlyLoadedCourseId = gCurrentCourseId;
|
||||
|
||||
Reference in New Issue
Block a user