aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-03 22:15:50 -0500
committerPaul Gilbert2018-03-04 22:40:42 -0500
commit50630efde6d0f42f4d5f371d6818afac64ba86f5 (patch)
tree034029b8f90e94daaca83e6ff9413b4508c7dc97 /engines/xeen/resources.h
parent92c49a857161b1650ca197c71668ee189d667e48 (diff)
downloadscummvm-rg350-50630efde6d0f42f4d5f371d6818afac64ba86f5.tar.gz
scummvm-rg350-50630efde6d0f42f4d5f371d6818afac64ba86f5.tar.bz2
scummvm-rg350-50630efde6d0f42f4d5f371d6818afac64ba86f5.zip
XEEN: Fix loading saves from main menus and launcher
Diffstat (limited to 'engines/xeen/resources.h')
-rw-r--r--engines/xeen/resources.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/xeen/resources.h b/engines/xeen/resources.h
index 67ac992ad3..b14b9f5273 100644
--- a/engines/xeen/resources.h
+++ b/engines/xeen/resources.h
@@ -116,8 +116,12 @@ public:
const char **ITEM_NAMES[4];
// Data loaded from xeen.ccs
- const char *CREDITS;
- const char *OPTIONS_TITLE;
+ const char *CLOUDS_CREDITS;
+ const char *DARK_SIDE_CREDITS;
+ const char *SWORDS_CREDITS1;
+ const char *SWORDS_CREDITS2;
+ const char *CLOUDS_MAIN_MENU;
+ const char *WORLD_MAIN_MENU;
const char *THE_PARTY_NEEDS_REST;
const char *WHO_WILL;
const char *HOW_MUCH;