mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 12:22:51 +00:00
KYRA: silence warning
This commit is contained in:
parent
e8ee079b86
commit
9d7100d4f4
@ -642,7 +642,7 @@ bool Debugger_EoB::cmdPrintMap(int, const char **) {
|
||||
if (s == 3 || s == 4)
|
||||
c = '/';
|
||||
else if (s == 2 || s == 8)
|
||||
c = 'ー';
|
||||
c = (uint8)'°';
|
||||
else if (f & 8)
|
||||
c = 216;
|
||||
else if (f & 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user