diff --git a/Source/control.cpp b/Source/control.cpp index 4ad44838b..c5d95cf3e 100644 --- a/Source/control.cpp +++ b/Source/control.cpp @@ -369,7 +369,7 @@ void DrawSpellList() } if (mask != 0 && x != 636 + PANEL_LEFT) x -= 56; - if (x == 20) { + if (x == 20 + PANEL_LEFT) { y -= 56; x = 636 + PANEL_LEFT; }