mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-09 10:29:45 +01:00
parent
cf5ad166e3
commit
720cd7642a
1 changed files with 1 additions and 6 deletions
|
@ -1894,12 +1894,6 @@ void Game::updatestate()
|
|||
if(graphics.fademode == 1) state++;
|
||||
break;
|
||||
case 1015:
|
||||
graphics.flipmode = false;
|
||||
gamestate = TITLEMODE;
|
||||
graphics.fademode = 4;
|
||||
music.play(6);
|
||||
graphics.backgrounddrawn = true;
|
||||
map.tdrawback = true;
|
||||
#if !defined(NO_CUSTOM_LEVELS)
|
||||
//Update level stats
|
||||
if(ed.numcrewmates()-crewmates()==0)
|
||||
|
@ -1916,6 +1910,7 @@ void Game::updatestate()
|
|||
}
|
||||
}
|
||||
#endif
|
||||
quittomenu();
|
||||
state = 0;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue