CURRENT can not be defined as result of or-ing the values, since the
values are not bit masks.
This commit is contained in:
parent
ca6a0accaa
commit
c72ff275ec
@ -42,7 +42,7 @@ namespace GUIEngine
|
||||
GAME,
|
||||
INGAME_MENU,
|
||||
/** Dummy GameState e. g. for parameters. */
|
||||
CURRENT = MENU | GAME | INGAME_MENU
|
||||
CURRENT
|
||||
}; // GameState
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user