KYRA: (EOB/PC98) - add paranoia assert

This commit is contained in:
athrxx 2019-12-22 16:03:26 +01:00
parent a48591ae0d
commit a9e07c314f

View File

@ -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;