diff options
-rw-r--r-- | engines/parallaction/callables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/callables.cpp b/engines/parallaction/callables.cpp index e78c1ef594..403234a095 100644 --- a/engines/parallaction/callables.cpp +++ b/engines/parallaction/callables.cpp @@ -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]; |