mirror of
https://github.com/n64decomp/mk64
synced 2026-08-16 04:43:56 -04:00
some define comment and replace number by const (#469)
This commit is contained in:
+1
-1
@@ -658,7 +658,7 @@ void func_8006FA94(void) {
|
||||
}
|
||||
break;
|
||||
case 2:
|
||||
if (gScreenModeSelection == 1) {
|
||||
if (gScreenModeSelection == SCREEN_MODE_2P_SPLITSCREEN_HORIZONTAL) {
|
||||
if (gModeSelection == 0) {
|
||||
D_8018D114 = 2;
|
||||
D_8018D178 = 0x00000096;
|
||||
|
||||
Reference in New Issue
Block a user