(svn r1631) A couple of fixes for the signed/unsigned warnings. Only train_cmd.c remains to need fixing...

This commit is contained in:
dominik
2005-01-23 23:58:35 +00:00
parent c1db3ea675
commit a94a7b0775
4 changed files with 4 additions and 4 deletions

2
gfx.c
View File

@@ -1684,7 +1684,7 @@ void DrawMouseCursor(void)
_cursor.draw_pos.y = y;
_cursor.draw_size.y = h;
assert(w*h < sizeof(_cursor_backup));
assert(w*h < (int) sizeof(_cursor_backup));
// Make backup of stuff below cursor
memcpy_pitch(