CURRENT can not be defined as result of or-ing the values, since the

values are not bit masks.
This commit is contained in:
hiker 2014-10-31 12:29:15 +11:00
parent ca6a0accaa
commit c72ff275ec

View File

@ -42,7 +42,7 @@ namespace GUIEngine
GAME,
INGAME_MENU,
/** Dummy GameState e. g. for parameters. */
CURRENT = MENU | GAME | INGAME_MENU
CURRENT
}; // GameState
/**