mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
level select fix for venom
This commit is contained in:
parent
d29fc5697f
commit
e2826b2a6f
@ -4098,6 +4098,12 @@ bool Map_801A62FC(PlanetId planet) {
|
||||
break;
|
||||
}
|
||||
|
||||
#ifdef MOD_LEVEL_SELECT
|
||||
if (gCurrentPlanet == 15) {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (gSaveFile.save.data.planet[planetSaveSlot].played & 1) {
|
||||
ret = false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user