mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-31 22:19: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
edf949bd9c
commit
77696c0d55
1 changed files with 0 additions and 4 deletions
|
@ -6876,10 +6876,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