mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-25 02:59:44 +01:00
Don't check map.extrarow
when opening map
This is just to make sure there aren't any more inconsistencies with regards to the value of graphics.menuoffset. Can't hurt to be sure.
This commit is contained in:
parent
f467f86dc2
commit
25af54529b
1 changed files with 0 additions and 4 deletions
|
@ -6907,10 +6907,6 @@ void Game::mapmenuchange(const int newgamestate, const bool user_initiated)
|
|||
if (prevgamestate == GAMEMODE)
|
||||
{
|
||||
graphics.menuoffset = 240;
|
||||
if (map.extrarow)
|
||||
{
|
||||
graphics.menuoffset -= 10;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue