mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-10 19:09:45 +01:00
Set backgrounddrawn to false when returning to pause menu
This makes it so the tower background doesn't persist and scroll upwards if you exit the menu in a warp zone horizontal or vertical room. Ugh, and while we're on the subject of separating the in-game tower background and the menu tower background, could we PLEASE separate the horizontal / vertical warp backgrounds from the tower backgrounds, too?!
This commit is contained in:
parent
441e7babd7
commit
16ebb807db
1 changed files with 1 additions and 0 deletions
|
@ -7763,6 +7763,7 @@ void Game::returntopausemenu()
|
|||
gamestate = MAPMODE;
|
||||
map.kludge_to_bg();
|
||||
map.tdrawback = true;
|
||||
graphics.backgrounddrawn = false;
|
||||
game.mapheld = true;
|
||||
graphics.flipmode = graphics.setflipmode;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue