mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 10:09:43 +01:00
Fix M&P builds failing
This commit is contained in:
parent
d54af27e9a
commit
07dfb6e313
1 changed files with 1 additions and 1 deletions
|
@ -6808,8 +6808,8 @@ void Game::createmenu( enum Menu::MenuName t, bool samemenu/*= false*/ )
|
||||||
break;
|
break;
|
||||||
case Menu::gameplayoptions:
|
case Menu::gameplayoptions:
|
||||||
{
|
{
|
||||||
#if !defined(MAKEANDPLAY)
|
|
||||||
int offset = 0;
|
int offset = 0;
|
||||||
|
#if !defined(MAKEANDPLAY)
|
||||||
if (ingame_titlemode && unlock[Unlock_FLIPMODE])
|
if (ingame_titlemode && unlock[Unlock_FLIPMODE])
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue