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 | |
parent | 06c46bd281f0ebd121ee1b3e8ea5f5bc08a2008a (diff) | |
download | scummvm-rg350-f4b10b7a83aa9e7f5f6177c8f809402668719c11.tar.gz scummvm-rg350-f4b10b7a83aa9e7f5f6177c8f809402668719c11.tar.bz2 scummvm-rg350-f4b10b7a83aa9e7f5f6177c8f809402668719c11.zip |
SUPERNOVA: Add missing game string
-rw-r--r-- | devtools/create_supernova/gametext.h | 6 | ||||
-rw-r--r-- | engines/supernova/msn_def.h | 5 |
2 files changed, 5 insertions, 6 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 }; diff --git a/engines/supernova/msn_def.h b/engines/supernova/msn_def.h index f463755275..6f57e28211 100644 --- a/engines/supernova/msn_def.h +++ b/engines/supernova/msn_def.h @@ -530,20 +530,23 @@ enum StringID { kStringDialogAxacussCorridor5_7, kStringDialogX1, kStringDialogX2, kStringDialogX3, kStringAxacussCorridor5_1, kStringAxacussCorridor5_2, kStringAxacussCorridor5_3, kStringAxacussCorridor5_4, kStringAxacussCorridor5_5, kStringAxacussCorridor5_6, kStringAxacussCorridor5_7, kStringAxacussBcorridor_1, kStringAxacussOffice1_1, kStringAxacussOffice1_2, kStringAxacussOffice1_3, + // 550 kStringAxacussOffice1_4, kStringAxacussOffice1_5, kStringAxacussOffice1_6, kStringAxacussOffice1_7, kStringAxacussOffice1_8, kStringAxacussOffice1_9, kStringAxacussOffice1_10, kStringAxacussOffice1_11, kStringAxacussOffice1_12, kStringAxacussOffice1_13, kStringAxacussOffice1_14, kStringAxacussOffice1_15, kStringAxacussOffice1_16, kStringAxacussOffice3_1, kStringAxacussElevator_1, kStringAxacussElevator_2, kStringAxacussElevator_3, kStringShock, kStringShot, kStringCloseLocker_1, kStringIsHelmetOff_1, kStringGenericInteract_1, kStringGenericInteract_2, kStringGenericInteract_3, kStringGenericInteract_4, + // 575 kStringGenericInteract_5, kStringGenericInteract_6, kStringGenericInteract_7, kStringGenericInteract_8, kStringGenericInteract_9, kStringGenericInteract_10, kStringGenericInteract_11, kStringGenericInteract_12, kPhrasalVerbParticleGiveTo, kPhrasalVerbParticleUseWith, kStringGenericInteract_13, kStringGenericInteract_14, kStringGenericInteract_15, kStringGenericInteract_16, kStringGenericInteract_17, kStringGenericInteract_18, kStringGenericInteract_19, kStringGenericInteract_20, kStringGenericInteract_21, kStringGenericInteract_22, kStringGenericInteract_23, kStringGenericInteract_24, kStringGenericInteract_25, kStringGenericInteract_26, kStringGenericInteract_27, + // 600 kStringGenericInteract_28, kStringGenericInteract_29, kStringGenericInteract_30, kStringGenericInteract_31, kStringGenericInteract_32, kStringGenericInteract_33, kStringGenericInteract_34, kStringGenericInteract_35, kStringGenericInteract_36, kStringGenericInteract_37, kStringGenericInteract_38, kStringGenericInteract_39, kStringGenericInteract_40, kStringGenericInteract_41, kStringGenericInteract_42, - kStringGenericInteract_43 + kStringGenericInteract_43, kStringConversationEnd }; static StringID guiCommands[] = { |