diff --git a/Source/plrmsg.cpp b/Source/plrmsg.cpp index 5369377f5..09c6fe840 100644 --- a/Source/plrmsg.cpp +++ b/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) {