mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
KYRA: (EOB/PC98) - add paranoia assert
This commit is contained in:
parent
a48591ae0d
commit
a9e07c314f
@ -2586,6 +2586,7 @@ uint16 SJISFontEoB1PC98::convert(uint16 c) const {
|
||||
uint8 h = c >> 8;
|
||||
|
||||
if (c < 128) {
|
||||
assert(l > 31);
|
||||
c = _convTable2[l - 32];
|
||||
} else if (l > 160 && l < 225) {
|
||||
bool done = false;
|
||||
|
Loading…
Reference in New Issue
Block a user