aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/dialogs/dialogs_spells.h
diff options
context:
space:
mode:
authorPaul Gilbert2018-03-30 20:30:39 -0400
committerPaul Gilbert2018-03-30 20:30:39 -0400
commit60bb10e92bf90c75f6966c4793c4e123b29ab51d (patch)
tree1c41acaa156a136f94c97c161b2c5373e79e1794 /engines/xeen/dialogs/dialogs_spells.h
parenteca76ea91ec0b932d90d20608db2f4c1b9aae1cf (diff)
downloadscummvm-rg350-60bb10e92bf90c75f6966c4793c4e123b29ab51d.tar.gz
scummvm-rg350-60bb10e92bf90c75f6966c4793c4e123b29ab51d.tar.bz2
scummvm-rg350-60bb10e92bf90c75f6966c4793c4e123b29ab51d.zip
XEEN: Fix to correct remember last caster when reopening Cast Spell dialog
Diffstat (limited to 'engines/xeen/dialogs/dialogs_spells.h')
-rw-r--r--engines/xeen/dialogs/dialogs_spells.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/xeen/dialogs/dialogs_spells.h b/engines/xeen/dialogs/dialogs_spells.h
index 6a4fe7a0cd..c6e46c4dc5 100644
--- a/engines/xeen/dialogs/dialogs_spells.h
+++ b/engines/xeen/dialogs/dialogs_spells.h
@@ -93,7 +93,6 @@ private:
void loadButtons();
public:
static int show(XeenEngine *vm);
- static int show(XeenEngine *vm, Character *&c);
};
class SpellOnWho : public ButtonContainer {