🎨 Acceptable parts of modernize-*
This commit is contained in:
parent
94f385a46b
commit
373f28736f
63 changed files with 608 additions and 665 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue