summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/game.h b/src/game.h
index 2ac2e386..70191296 100644
--- a/src/game.h
+++ b/src/game.h
@@ -27,17 +27,6 @@
#define SPEECH_TIME 80
#define SPEECH_MAX_TIME 100
-// Action defines
-#define STAND 0
-#define WALK 1
-#define ATTACK 5
-#define BOW_ATTACK 9
-#define SIT 13
-#define HIT 14
-#define DEAD 15
-#define MONSTER_ATTACK 5
-#define MONSTER_DEAD 9
-
#define LOCK 254
#define IDLE 255