From 0e0d2d3c342ffb2c8ff0d0bb832d5cb363760e1a Mon Sep 17 00:00:00 2001 From: qndel Date: Thu, 7 Nov 2019 22:56:09 +0100 Subject: [PATCH] small fix --- Source/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }