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:
Misa
2020-07-11 00:23:31 -07:00
committed by Ethan Lee
parent 13e260bf50
commit 22d556f4be

View File

@@ -1924,7 +1924,7 @@ void Game::updatestate()
case 2000:
//Game Saved!
if (intimetrial || nodeathmode || inintermission)
if (inspecial() || map.custommode)
{
state = 0;
}