1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2025-01-08 18:09:45 +01: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:
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;
}