summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorVictor Vieux <victorvieux@gmail.com>2014-10-21 21:44:17 -0700
committerVictor Vieux <victorvieux@gmail.com>2014-10-21 21:44:17 -0700
commitd019a4990f2e2da71555daf085a3e09c92085fa5 (patch)
treec64ef2254a9ecc2e4b0dcfecab30d045d5567281 /src/common
parentd9fee8b2adad613cf8c10d153cd5cd7b261b7863 (diff)
downloadcolobot-d019a4990f2e2da71555daf085a3e09c92085fa5.tar.gz
colobot-d019a4990f2e2da71555daf085a3e09c92085fa5.tar.bz2
colobot-d019a4990f2e2da71555daf085a3e09c92085fa5.zip
add option to disable blood
Diffstat (limited to 'src/common')
-rw-r--r--src/common/event.h1
-rw-r--r--src/common/restext.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/event.h b/src/common/event.h
index c5eb615..1df675e 100644
--- a/src/common/event.h
+++ b/src/common/event.h
@@ -239,6 +239,7 @@ enum EventType
EVENT_INTERFACE_EDITMODE= 476,
EVENT_INTERFACE_EDITVALUE= 477,
EVENT_INTERFACE_SOLUCE4 = 478,
+ EVENT_INTERFACE_BLOOD = 479,
EVENT_INTERFACE_KINFO1 = 500,
EVENT_INTERFACE_KINFO2 = 501,
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index b63160d..bc488b8 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -199,6 +199,7 @@ void InitializeRestext()
stringsEvent[EVENT_INTERFACE_EDITMODE] = "Automatic indent\\When program editing";
stringsEvent[EVENT_INTERFACE_EDITVALUE] = "Big indent\\Indent 2 or 4 spaces per level defined by braces";
stringsEvent[EVENT_INTERFACE_SOLUCE4] = "Access to solutions\\Show program \"4: Solution\" in the exercises";
+ stringsEvent[EVENT_INTERFACE_BLOOD] = "Blood\\Display blood when the astronaut or the alien queen is hit";
stringsEvent[EVENT_INTERFACE_KDEF] = "Standard controls\\Standard key functions";
stringsEvent[EVENT_INTERFACE_KLEFT] = "Turn left\\turns the bot to the left";