mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-02-05 16:41:33 +03:00
Set map.scrolldir when going to options in-game
This ensures that the background doesn't start scrolling the wrong way in the menu.
This commit is contained in:
@@ -2120,6 +2120,7 @@ void mapmenuactionpress()
|
|||||||
game.createmenu(Menu::options);
|
game.createmenu(Menu::options);
|
||||||
}
|
}
|
||||||
map.nexttowercolour();
|
map.nexttowercolour();
|
||||||
|
map.scrolldir = 0;
|
||||||
|
|
||||||
// Fix delta rendering glitch
|
// Fix delta rendering glitch
|
||||||
graphics.updatetowerbackground();
|
graphics.updatetowerbackground();
|
||||||
|
|||||||
Reference in New Issue
Block a user