Silenced warning on WinCE.

svn-id: r27236
This commit is contained in:
Nicola Mettifogo 2007-06-09 09:25:18 +00:00
parent 80bf4126a1
commit bc727771a6

View File

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