mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59: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;
|
||||
case Menu::gameplayoptions:
|
||||
{
|
||||
#if !defined(MAKEANDPLAY)
|
||||
int offset = 0;
|
||||
#if !defined(MAKEANDPLAY)
|
||||
if (ingame_titlemode && unlock[Unlock_FLIPMODE])
|
||||
#endif
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue