Jeck - Trophy room added, triangle is now dedicated alt-render toggle. Hopefully I'm not forgetting anything...
This commit is contained in:
@@ -11,11 +11,13 @@ using namespace std;
|
||||
|
||||
enum ENUM_GAME_STATE
|
||||
{
|
||||
GAME_STATE_MENU = 0x01,
|
||||
GAME_STATE_DUEL = 0x02,
|
||||
GAME_STATE_DECK_VIEWER = 0x03,
|
||||
GAME_STATE_SHOP = 0x04,
|
||||
GAME_STATE_OPTIONS = 0x05,
|
||||
GAME_STATE_MENU = 1,
|
||||
GAME_STATE_DUEL = 2,
|
||||
GAME_STATE_DECK_VIEWER = 3,
|
||||
GAME_STATE_SHOP = 4,
|
||||
GAME_STATE_OPTIONS = 5,
|
||||
GAME_STATE_AWARDS = 6,
|
||||
GAME_STATE_MAX = 7,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user