aboutsummaryrefslogtreecommitdiff
path: root/include/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/player.h')
-rw-r--r--include/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/player.h b/include/player.h
index 99a3ce9..b26bc20 100644
--- a/include/player.h
+++ b/include/player.h
@@ -5,7 +5,7 @@
#include "map.h"
-typedef enum { PLAYER_IDLE, PLAYER_WALK, PLAYER_ATTACK } PlayerState;
+typedef enum { PLAYER_IDLE, PLAYER_WALK, PLAYER_ATTACK, PLAYER_DIE, PLAYER_FALL } PlayerState;
typedef struct {
int potions;