Browse Source

small fix

pull/426/head
qndel 6 years ago
parent
commit
0e0d2d3c34
  1. 2
      Source/control.cpp

2
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;
}

Loading…
Cancel
Save