From 6a7fd1952d62ce0bf44a426aba061ecc85183168 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 18 Feb 2015 08:11:57 -0500 Subject: XEEN: Fixes for display of Spells dialog --- engines/xeen/town.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/xeen/town.cpp') diff --git a/engines/xeen/town.cpp b/engines/xeen/town.cpp index f68a554b5f..b850439021 100644 --- a/engines/xeen/town.cpp +++ b/engines/xeen/town.cpp @@ -567,12 +567,12 @@ Character *Town::doGuildOptions(Character *c) { } } else if (_buttonValue == Common::KEYCODE_s) { if (c->guildMember()) - c = SpellsScroll::show(_vm, c, 0x80); + c = SpellsDialog::show(_vm, c, 0x80); _buttonValue = 0; } else if (_buttonValue == Common::KEYCODE_c) { if (!c->noActions()) { if (c->guildMember()) - c = SpellsScroll::show(_vm, c, 0); + c = SpellsDialog::show(_vm, c, 0); _buttonValue = 0; } } -- cgit v1.2.3