diff options
Diffstat (limited to 'engines/xeen/dialogs_spells.h')
-rw-r--r-- | engines/xeen/dialogs_spells.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/xeen/dialogs_spells.h b/engines/xeen/dialogs_spells.h index 32d079023d..6a9e43f416 100644 --- a/engines/xeen/dialogs_spells.h +++ b/engines/xeen/dialogs_spells.h @@ -65,12 +65,12 @@ private: CastSpell(XeenEngine *vm) : ButtonContainer(), _vm(vm) {} - int execute(Character *&c, int mode); + int execute(Character *&c); void loadButtons(); public: - static int show(XeenEngine *vm, int mode); - static int show(XeenEngine *vm, Character *&c, int mode); + static int show(XeenEngine *vm); + static int show(XeenEngine *vm, Character *&c); }; } // End of namespace Xeen |