aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dm/menus.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/dm/menus.cpp b/engines/dm/menus.cpp
index f615c7b969..f944560394 100644
--- a/engines/dm/menus.cpp
+++ b/engines/dm/menus.cpp
@@ -422,7 +422,6 @@ void MenuMan::setMagicCasterAndDrawSpellArea(ChampionIndex champIndex) {
return;
}
_vm->_championMan->_magicCasterChampionIndex = champIndex;
- Champion *L1213_ps_Champion = &_vm->_championMan->_champions[_vm->_championMan->_magicCasterChampionIndex];
buildSpellAreaLine(k2_SpellAreaAvailableSymbols);
_vm->_eventMan->showMouse();
drawSpellAreaControls((ChampionIndex)champIndex);