mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Disable "Game Saved" text box in custommode
Also, use inspecial() instead of writing out each part of the conditional separately. This just basically adds the insecretlab conditional to the if-statement, which shouldn't be a big deal.
This commit is contained in:
@@ -1924,7 +1924,7 @@ void Game::updatestate()
|
||||
|
||||
case 2000:
|
||||
//Game Saved!
|
||||
if (intimetrial || nodeathmode || inintermission)
|
||||
if (inspecial() || map.custommode)
|
||||
{
|
||||
state = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user