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