mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-13 12:10:30 +00:00
parent
ed8fd5703d
commit
0c402f9589
@ -116,7 +116,7 @@ int ShapeFont::charToFrameNum(char c) const {
|
|||||||
else
|
else
|
||||||
return c - 2;
|
return c - 2;
|
||||||
} else {
|
} else {
|
||||||
return c;
|
return static_cast<unsigned char>(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user