summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
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";