From b3e1da78a47fbfa234a44bc6cfb3f69fd2557be2 Mon Sep 17 00:00:00 2001 From: Marco Costa Date: Sun, 24 Aug 2014 21:33:09 -0400 Subject: [PATCH] Update gfx_draw_rain declaration to match definition --- src/gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gfx.h b/src/gfx.h index 476f7420ac..11e9875f76 100644 --- a/src/gfx.h +++ b/src/gfx.h @@ -92,7 +92,7 @@ void gfx_draw_all_dirty_blocks(); void gfx_redraw_screen_rect(short left, short top, short right, short bottom); void gfx_invalidate_screen(); -void gfx_draw_rain(int left, int top, int width, int height, uint32 x_start, uint32 y_start); +void gfx_draw_rain(int left, int top, int width, int height, sint32 x_start, sint32 y_start); rct_drawpixelinfo* clip_drawpixelinfo(rct_drawpixelinfo* dpi, int left, int width, int top, int height);