aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_supernova2/gametext.h
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-05-31 07:18:41 +0200
committerThierry Crozat2019-07-28 15:09:14 +0100
commit88973057fed32a7845ce628f79d854776a2b2a31 (patch)
tree18d5ae50c122cc1ade47aa0eaefc9629cbed6375 /devtools/create_supernova2/gametext.h
parentf744adec4eff6d613054e8561db0ec471df7e7e0 (diff)
downloadscummvm-rg350-88973057fed32a7845ce628f79d854776a2b2a31.tar.gz
scummvm-rg350-88973057fed32a7845ce628f79d854776a2b2a31.tar.bz2
scummvm-rg350-88973057fed32a7845ce628f79d854776a2b2a31.zip
SUPERNOVA2: Add dialog separator to gametext.h
Diffstat (limited to 'devtools/create_supernova2/gametext.h')
-rw-r--r--devtools/create_supernova2/gametext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_supernova2/gametext.h b/devtools/create_supernova2/gametext.h
index 7db72899fa..89d46d32aa 100644
--- a/devtools/create_supernova2/gametext.h
+++ b/devtools/create_supernova2/gametext.h
@@ -774,6 +774,7 @@ const char *gameText[] = {
"\"Ich mu\341 beweisen, da\341 dieser|Roboter der falsche Horst|Hummel ist!\", denkst du.", //"I have to prove that this robot|is the wrong Horst|Hummel!", you think to yourself.
"\"Diese Mistkerle von der Artus GmbH und|Commander Sumoti m\201ssen entlarvt werden!\"",
//"These bastards from Artus GmbH and|Commander Sumoti must be unmasked!"
+"|", //Dialog separator
NULL
};