1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-16 17:48:29 +02: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:
Misa 2021-09-05 17:04:26 -07:00
parent edf949bd9c
commit 77696c0d55

View File

@ -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
{