Browse Source

Remove width from info panel sy value

This was left behind when doing 337bc9b125
pull/380/head
Anders Jenbo 7 years ago
parent
commit
0d7f87630b
  1. 2
      Source/control.cpp

2
Source/control.cpp

@ -1159,7 +1159,7 @@ void control_print_info_str(int y, char *str, BOOL center, int lines)
lineOffset = 0;
sx = 177 + SCREEN_X;
sy = lineOffsets[lines][y] + (SCREEN_WIDTH - PANEL_WIDTH) / 2 + SCREEN_Y;
sy = lineOffsets[lines][y] + SCREEN_Y;
if (center == 1) {
strWidth = 0;
tmp = str;

Loading…
Cancel
Save