mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-24 09:49:46 +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:
parent
13e260bf50
commit
22d556f4be
1 changed files with 1 additions and 1 deletions
|
@ -1924,7 +1924,7 @@ void Game::updatestate()
|
||||||
|
|
||||||
case 2000:
|
case 2000:
|
||||||
//Game Saved!
|
//Game Saved!
|
||||||
if (intimetrial || nodeathmode || inintermission)
|
if (inspecial() || map.custommode)
|
||||||
{
|
{
|
||||||
state = 0;
|
state = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue