mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Cycle tower color if loading level has error
For consistency.
This commit is contained in:
@@ -2648,6 +2648,7 @@ void scriptclass::resetgametomenu(void)
|
|||||||
static void gotoerrorloadinglevel(void)
|
static void gotoerrorloadinglevel(void)
|
||||||
{
|
{
|
||||||
game.createmenu(Menu::errorloadinglevel);
|
game.createmenu(Menu::errorloadinglevel);
|
||||||
|
map.nexttowercolour();
|
||||||
graphics.fademode = 4; /* start fade in */
|
graphics.fademode = 4; /* start fade in */
|
||||||
music.currentsong = -1; /* otherwise music.play won't work */
|
music.currentsong = -1; /* otherwise music.play won't work */
|
||||||
music.play(6); /* title screen music */
|
music.play(6); /* title screen music */
|
||||||
|
|||||||
Reference in New Issue
Block a user