summaryrefslogtreecommitdiffstats
path: root/src/common/event.h
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-03-26 15:33:54 +0100
committerkrzys-h <krzys_h@interia.pl>2013-03-26 15:33:54 +0100
commitdf5edc703c7241279116d2bbfe08351d0c3c2a4b (patch)
tree2afe53e79df351a5e93d4333c4e94bbd2f7e6933 /src/common/event.h
parent43c39f60cd7923e21eb676be3217feb39a4b0496 (diff)
downloadcolobot-df5edc703c7241279116d2bbfe08351d0c3c2a4b.tar.gz
colobot-df5edc703c7241279116d2bbfe08351d0c3c2a4b.tar.bz2
colobot-df5edc703c7241279116d2bbfe08351d0c3c2a4b.zip
Added interface button for AlienSpider explosion
Issue #142
Diffstat (limited to 'src/common/event.h')
-rw-r--r--src/common/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/event.h b/src/common/event.h
index ad493e7..153b732 100644
--- a/src/common/event.h
+++ b/src/common/event.h
@@ -444,6 +444,7 @@ enum EventType
EVENT_OBJECT_TERRAFORM = 1201,
EVENT_OBJECT_FIRE = 1202,
EVENT_OBJECT_FIREANT = 1203,
+ EVENT_OBJECT_SPIDEREXPLO= 1204,
EVENT_OBJECT_RECOVER = 1220,
EVENT_OBJECT_BEGSHIELD = 1221,
EVENT_OBJECT_ENDSHIELD = 1222,