mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
@@ -1894,12 +1894,6 @@ void Game::updatestate()
|
|||||||
if(graphics.fademode == 1) state++;
|
if(graphics.fademode == 1) state++;
|
||||||
break;
|
break;
|
||||||
case 1015:
|
case 1015:
|
||||||
graphics.flipmode = false;
|
|
||||||
gamestate = TITLEMODE;
|
|
||||||
graphics.fademode = 4;
|
|
||||||
music.play(6);
|
|
||||||
graphics.backgrounddrawn = true;
|
|
||||||
map.tdrawback = true;
|
|
||||||
#if !defined(NO_CUSTOM_LEVELS)
|
#if !defined(NO_CUSTOM_LEVELS)
|
||||||
//Update level stats
|
//Update level stats
|
||||||
if(ed.numcrewmates()-crewmates()==0)
|
if(ed.numcrewmates()-crewmates()==0)
|
||||||
@@ -1916,6 +1910,7 @@ void Game::updatestate()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
quittomenu();
|
||||||
state = 0;
|
state = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user