Browse Source

PrintPlrMsg cleanup

pull/256/head
qndel 7 years ago committed by Anders Jenbo
parent
commit
0e1a8689cb
  1. 2
      Source/plrmsg.cpp

2
Source/plrmsg.cpp

@ -110,8 +110,8 @@ void PrintPlrMsg(DWORD x, DWORD y, DWORD width, const char *str, BYTE col)
while (*str) {
BYTE c;
int screen = PitchTbl[y] + x;
const char *sstr = str;
DWORD len = 0;
const char *sstr = str;
const char *endstr = sstr;
while (1) {

Loading…
Cancel
Save