diff options
author | Thierry Crozat | 2017-11-03 01:17:29 +0000 |
---|---|---|
committer | Thierry Crozat | 2018-01-23 02:15:37 +0000 |
commit | f4b10b7a83aa9e7f5f6177c8f809402668719c11 (patch) | |
tree | 12b1de351d3df9c2796209ccf642abab3c6c6299 /devtools | |
parent | 06c46bd281f0ebd121ee1b3e8ea5f5bc08a2008a (diff) | |
download | scummvm-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.h | 6 |
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 }; |