mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Cycle tower color if loading level has error
For consistency.
This commit is contained in:
parent
28e4a155d4
commit
87ec35eb45
1 changed files with 1 additions and 0 deletions
|
@ -2648,6 +2648,7 @@ void scriptclass::resetgametomenu(void)
|
|||
static void gotoerrorloadinglevel(void)
|
||||
{
|
||||
game.createmenu(Menu::errorloadinglevel);
|
||||
map.nexttowercolour();
|
||||
graphics.fademode = 4; /* start fade in */
|
||||
music.currentsong = -1; /* otherwise music.play won't work */
|
||||
music.play(6); /* title screen music */
|
||||
|
|
Loading…
Reference in a new issue