Browse Source

fix chat (#432)

pull/436/head^2
qndel 7 years ago committed by Anders Jenbo
parent
commit
2afc5862a0
  1. 4
      Source/control.cpp

4
Source/control.cpp

@ -1966,7 +1966,7 @@ void DrawTalkPan()
}
if (msg)
*msg = '\0';
CelDraw(x, i + 534, pSPentSpn2Cels, PentSpn2Frame, 12);
CelDraw(x, i + 22 + PANEL_Y, pSPentSpn2Cels, PentSpn2Frame, 12);
PentSpn2Spin();
talk_btn = 0;
for (i = 0; i < 4; i++) {
@ -2015,7 +2015,7 @@ char *control_print_talk_msg(char *msg, int *x, int y, int color)
return msg;
msg++;
if (c) {
CPrintString(*x, y + 22 + PANEL_TOP, c, color);
CPrintString(*x, y + 22 + PANEL_Y, c, color);
}
*x += fontkern[c] + 1;
}

Loading…
Cancel
Save