From be013764c44be5330e49c3ce13fceec9bacc7ac2 Mon Sep 17 00:00:00 2001 From: notaz Date: Sun, 2 Jan 2011 21:34:51 +0200 Subject: [PATCH] gpu_unai: warning fix --- plugins/gpu_unai/gpu_raster_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gpu_unai/gpu_raster_image.h b/plugins/gpu_unai/gpu_raster_image.h index 7984b18d..0c82aa97 100644 --- a/plugins/gpu_unai/gpu_raster_image.h +++ b/plugins/gpu_unai/gpu_raster_image.h @@ -84,7 +84,7 @@ INLINE void gpuMoveImage(void) if (((y0+h0)>512)||((x0+w0)>1024)||((y1+h0)>512)||((x1+w0)>1024)) { u16 *psxVuw=GPU_FrameBuffer; - u32 i,j; + s32 i,j; for(j=0;j