mirror of
https://github.com/HarbourMasters/Starship
synced 2026-06-18 23:56:53 -04:00
fix level select for venom
This commit is contained in:
committed by
KiritoDv
parent
9d7a315d00
commit
ab4826b537
@@ -5944,6 +5944,11 @@ void Map_801AB300(void) {
|
||||
if ((D_menu_801CF018 > 0) && (D_menu_801CF018 != 100)) {
|
||||
Map_801AB978(D_ctx_801782A4);
|
||||
Map_801AB978(D_menu_801AF420[!D_menu_801CD940]);
|
||||
#if MODS_LEVEL_SELECT == 1
|
||||
if (gCurrentPlanet == 6) {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
func_radio_800BB388();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user