aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/resources.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-27 20:45:20 -0400
committerPaul Gilbert2018-04-27 20:45:20 -0400
commit461171ced17993aec5ec6ff6dacaf5057870eb62 (patch)
treec57dcde6c804651787e75af9f920a94f39238651 /engines/xeen/resources.h
parent3955a38923d334daef0106df313a9a31ac63d2c0 (diff)
downloadscummvm-rg350-461171ced17993aec5ec6ff6dacaf5057870eb62.tar.gz
scummvm-rg350-461171ced17993aec5ec6ff6dacaf5057870eb62.tar.bz2
scummvm-rg350-461171ced17993aec5ec6ff6dacaf5057870eb62.zip
XEEN: Move some few overlooked strings and spell array into xeen.ccs
Diffstat (limited to 'engines/xeen/resources.h')
-rw-r--r--engines/xeen/resources.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/xeen/resources.h b/engines/xeen/resources.h
index 7ce2d295e6..f141a2eb75 100644
--- a/engines/xeen/resources.h
+++ b/engines/xeen/resources.h
@@ -240,6 +240,7 @@ public:
int CLOUDS_GUILD_SPELLS[5][20];
int DARK_SPELL_OFFSETS[3][39];
int DARK_SPELL_RANGES[12][2];
+ int SWORDS_SPELL_RANGES[12][2];
int SPELL_GEM_COST[77];
const char *NOT_A_SPELL_CASTER;
const char *SPELLS_LEARNED_ALL;
@@ -455,6 +456,11 @@ public:
const char *MUSIC_FILES2[6][7];
const char *DIFFICULTY_TEXT;
const char *SAVE_OFF_LIMITS;
+ const char *CLOUDS_INTRO1;
+ const char *DARKSIDE_ENDING1;
+ const char *DARKSIDE_ENDING2;
+ const char *PHAROAH_ENDING_TEXT1;
+ const char *PHAROAH_ENDING_TEXT2;
public:
/**
* Constructor