1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-18 18:48:29 +02:00
This commit is contained in:
AllyTally 2020-08-01 16:08:50 -03:00 committed by Ethan Lee
parent cf5ad166e3
commit 720cd7642a

View File

@ -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;