Skip to content

Commit 4ac82c0

Browse files
authored
Merge branch 'stable' into opl
2 parents 64d52b9 + fa0ec2c commit 4ac82c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/wi_stuff.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ static int WI_CalcWidth (const char *str)
13271327

13281328
while (*str)
13291329
{
1330-
const OLumpName charname = fmt::format("FONTB{:02u}", toupper(*str) - 32);
1330+
const OLumpName charname = fmt::format("FONTB{:02d}", toupper(*str) - 32);
13311331
int lump = W_CheckNumForName(charname);
13321332

13331333
if (lump != -1)

0 commit comments

Comments
 (0)