aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_supernova2/gametext.h
diff options
context:
space:
mode:
authorJaromir Wysoglad2019-05-29 18:21:24 +0200
committerThierry Crozat2019-07-28 15:09:14 +0100
commitdf1fbcbf4dcd276994d94b08138cff3dc4e1e5f8 (patch)
treefa19cc19881f0b99ed4ac5a43d05023a658b8437 /devtools/create_supernova2/gametext.h
parent86acda73a76f3c20c204c23dc05d397184fa9126 (diff)
downloadscummvm-rg350-df1fbcbf4dcd276994d94b08138cff3dc4e1e5f8.tar.gz
scummvm-rg350-df1fbcbf4dcd276994d94b08138cff3dc4e1e5f8.tar.bz2
scummvm-rg350-df1fbcbf4dcd276994d94b08138cff3dc4e1e5f8.zip
SUPERNOVA2: Add string, divide long line in string
Diffstat (limited to 'devtools/create_supernova2/gametext.h')
-rw-r--r--devtools/create_supernova2/gametext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/devtools/create_supernova2/gametext.h b/devtools/create_supernova2/gametext.h
index 6b4cf1ea03..7db72899fa 100644
--- a/devtools/create_supernova2/gametext.h
+++ b/devtools/create_supernova2/gametext.h
@@ -772,6 +772,8 @@ const char *gameText[] = {
"\"Ich hoffe, Sie hatten einen angenehmen Flug.|Bitte verlassen Sie das Raumschiff! Auf Wiedersehen!\"", //"I hope you had a nice flight.|Please leave the spaceship! Goodbye!"
"W\204hrend die anderen Passagiere|aussteigen, versuchst du,|den Schock zu verarbeiten.", //While the other passengers|are disembarking, you are trying|to handle the shock.
"\"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!"
NULL
};