aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eobcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/eobcommon.h')
-rw-r--r--engines/kyra/eobcommon.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/engines/kyra/eobcommon.h b/engines/kyra/eobcommon.h
index 8b97ab361d..27e0dc9545 100644
--- a/engines/kyra/eobcommon.h
+++ b/engines/kyra/eobcommon.h
@@ -1006,11 +1006,13 @@ protected:
const char *const *_menuStringsSpellNo;
const uint8 *_spellLevelsMage;
+ int _spellLevelsMageSize;
const uint8 *_spellLevelsCleric;
- const uint8 *_spellLevelsMps1;
- const uint8 *_spellLevelsMps2;
- const uint8 *_spellLevelsMps3;
- const uint8 *_spellLevelsMps4;
+ int _spellLevelsClericSize;
+ const uint8 *_numSpellsCleric;
+ const uint8 *_numSpellsWisAdj;
+ const uint8 *_numSpellsPal;
+ const uint8 *_numSpellsMage;
// sound
void snd_playSoundEffect(int id, int volume=0xFF);