aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_supernova
diff options
context:
space:
mode:
authorThierry Crozat2017-12-02 23:18:29 +0000
committerThierry Crozat2018-01-23 02:15:42 +0000
commit1b2e4f926c644d5835409c7a78d1ca8d58783c3e (patch)
tree113d17676b902914cddd10d865fe0a91fa8ae994 /devtools/create_supernova
parent0c5f02959f12b62fe4a25bf9fb8445bc4b35e8f6 (diff)
downloadscummvm-rg350-1b2e4f926c644d5835409c7a78d1ca8d58783c3e.tar.gz
scummvm-rg350-1b2e4f926c644d5835409c7a78d1ca8d58783c3e.tar.bz2
scummvm-rg350-1b2e4f926c644d5835409c7a78d1ca8d58783c3e.zip
SUPERNOVA: Implement alarm
Diffstat (limited to 'devtools/create_supernova')
-rw-r--r--devtools/create_supernova/gametext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_supernova/gametext.h b/devtools/create_supernova/gametext.h
index 11cc6566a5..d5b6c9a293 100644
--- a/devtools/create_supernova/gametext.h
+++ b/devtools/create_supernova/gametext.h
@@ -814,6 +814,7 @@ const char *gameText[] = {
"Horst Hummel! Von wo rufen Sie an?", // kStringTelomat19
"Hmm, keine Antwort.", // kStringTelomat20
"Passwort:", // kStringTelomat21
+ "Deine Armbanduhr piepst,|die Alarmzeit ist erreicht.", // kStringAlarm
NULL
};