mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
Silenced warning on WinCE.
svn-id: r27236
This commit is contained in:
parent
80bf4126a1
commit
bc727771a6
@ -260,7 +260,7 @@ void _c_endComment(void *param) {
|
||||
for (di = 0; di < PALETTE_COLORS; di++) {
|
||||
for (si = 0; si <= 93; si +=3) {
|
||||
|
||||
char al;
|
||||
int8 al;
|
||||
|
||||
if (_enginePal[si] != pal[si]) {
|
||||
al = _enginePal[si];
|
||||
|
Loading…
Reference in New Issue
Block a user