From 7a51cb2aef3275f85bf0ca919fdd9cc32b335713 Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 3 Jan 2005 08:50:44 +0000 Subject: (svn r1330) Increase size of some vars from int16 to int32 to guard against future overflows --- viewport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'viewport.h') diff --git a/viewport.h b/viewport.h index e2f474c4e..068d34953 100644 --- a/viewport.h +++ b/viewport.h @@ -25,7 +25,7 @@ void UpdateViewportPosition(Window *w); void OffsetGroundSprite(int x, int y); void DrawGroundSprite(uint32 image); -void DrawGroundSpriteAt(uint32 image, int16 x, int16 y, byte z); +void DrawGroundSpriteAt(uint32 image, int32 x, int32 y, byte z); void AddSortableSpriteToDraw(uint32 image, int x, int y, int w, int h, byte dz, byte z); void *AddStringToDraw(int x, int y, StringID string, uint32 params_1, uint32 params_2, uint32 params_3); void AddChildSpriteScreen(uint32 image, int x, int y); -- cgit v1.2.3-54-g00ecf