This commit is contained in:
Charles 2001-06-12 16:28:39 +00:00
parent 6da99378f2
commit ccdfbb881f
7 changed files with 46 additions and 31 deletions

View file

@ -59,6 +59,8 @@ typedef enum
PLAYER_MODE_FLY,
PLAYER_MODE_CART,
NUM_PLAYERMODES,
}PLAYER_MODE;
@ -82,6 +84,7 @@ typedef enum
STATE_LOOKDOWN,
STATE_LOOKDOWNRELAX,
STATE_JUMPBACK,
STATE_CART,
NUM_STATES,
}PLAYER_STATE;