🎨 Acceptable parts of modernize-*

This commit is contained in:
Anders Jenbo 2021-04-19 20:08:03 +02:00
commit 373f28736f
63 changed files with 608 additions and 665 deletions

View file

@ -100,7 +100,7 @@ static void PrintPlrMsg(CelOutputBuffer out, DWORD x, DWORD y, DWORD width, cons
const char *sstr = str;
const char *endstr = sstr;
while (1) {
while (true) {
if (*sstr) {
c = gbFontTransTbl[(BYTE)*sstr++];
c = fontframe[c];