mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-25 10:14:58 +01: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:
parent
a46dd32f12
commit
46d1e4053e
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Reference in a new issue