diff options
Diffstat (limited to 'gfx.c')
-rw-r--r-- | gfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |