mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +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);
|
||||
}
|
||||
map.nexttowercolour();
|
||||
map.scrolldir = 0;
|
||||
|
||||
// Fix delta rendering glitch
|
||||
graphics.updatetowerbackground();
|
||||
|
||||
Reference in New Issue
Block a user