about summary refs log tree commit diff
path: root/src/game/gamecore.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-23 14:38:13 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-09-23 14:38:13 +0000
commitc94b1f22ab5d1522abfcedef8cf3a62848c370c1 (patch)
tree4eb58340a78bd605d722d951b307bf1a7b476b2c /src/game/gamecore.hpp
parent815c55c4ce58995dcc34627bcbed956d1a1bc4dd (diff)
downloadzcatch-c94b1f22ab5d1522abfcedef8cf3a62848c370c1.tar.gz
zcatch-c94b1f22ab5d1522abfcedef8cf3a62848c370c1.zip
added non-hookable tile
Diffstat (limited to 'src/game/gamecore.hpp')
-rw-r--r--src/game/gamecore.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/gamecore.hpp b/src/game/gamecore.hpp
index 08634909..0e0c1c4a 100644
--- a/src/game/gamecore.hpp
+++ b/src/game/gamecore.hpp
@@ -107,7 +107,8 @@ enum
 	COREEVENT_HOOK_LAUNCH=0x04,
 	COREEVENT_HOOK_ATTACH_PLAYER=0x08,
 	COREEVENT_HOOK_ATTACH_GROUND=0x10,
-	COREEVENT_HOOK_RETRACT=0x20,
+	COREEVENT_HOOK_HIT_NOHOOK=0x20,
+	COREEVENT_HOOK_RETRACT=0x40,
 };
 
 class WORLD_CORE