Browse Source

Fix DrawSpell

pull/88/head
Anders Jenbo 7 years ago
parent
commit
d0dc6acb97
  1. 2
      Source/control.cpp

2
Source/control.cpp

@ -375,7 +375,7 @@ void DrawSpell()
if (plr[myplr]._pRSpell < 0)
st = RSPLTYPE_INVALID;
SetSpellTrans(st);
if (spl != RSPLTYPE_INVALID)
if (spl != SPL_INVALID)
DrawSpellCel(629, 631, (BYTE *)pSpellCels, (char)SpellITbl[spl], 56);
else
DrawSpellCel(629, 631, (BYTE *)pSpellCels, 27, 56);

Loading…
Cancel
Save