dxx-rebirth/main/gamestat.h
Bradley Bell 9bd1ba7c47 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
2001-01-19 03:30:16 +00:00

13 lines
377 B
C

#define GAMESTAT_RUNNING 0
#define GAMESTAT_MAIN_MENU 1
#define GAMESTAT_SELECT_MISSION 2
#define GAMESTAT_SELECT_DIFF 3
#define GAMESTAT_ABORT_GAME 4
#define GAMESTAT_MULTIPLAYER 5
#define GAMESTAT_START_MULTIPLAYER_MISSION 6
#define GAMESTAT_NETGAME_OPTIONS 7
#define GAMESTAT_MORE_NETGAME_OPTIONS 8
#define GAMESTAT_NETGAME_PLAYER_SELECT 9
#define GAMESTAT_JOIN_NETGAME 10