aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorThierry Crozat2017-11-03 01:17:29 +0000
committerThierry Crozat2018-01-23 02:15:37 +0000
commitf4b10b7a83aa9e7f5f6177c8f809402668719c11 (patch)
tree12b1de351d3df9c2796209ccf642abab3c6c6299 /devtools
parent06c46bd281f0ebd121ee1b3e8ea5f5bc08a2008a (diff)
downloadscummvm-rg350-f4b10b7a83aa9e7f5f6177c8f809402668719c11.tar.gz
scummvm-rg350-f4b10b7a83aa9e7f5f6177c8f809402668719c11.tar.bz2
scummvm-rg350-f4b10b7a83aa9e7f5f6177c8f809402668719c11.zip
SUPERNOVA: Add missing game string
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_supernova/gametext.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/devtools/create_supernova/gametext.h b/devtools/create_supernova/gametext.h
index 3702c228f7..077d75d264 100644
--- a/devtools/create_supernova/gametext.h
+++ b/devtools/create_supernova/gametext.h
@@ -775,11 +775,7 @@ const char *gameText[] = {
"Behalt es lieber!", // kStringGenericInteract_42
// 615
"Das geht nicht.", // kStringGenericInteract_43
- "",
- "",
- "",
- "",
- // 620
+ "Gespr\204ch beenden", // kStringConversationEnd
NULL
};