diff options
Diffstat (limited to 'emulators/raine/patches/patch-af')
-rw-r--r-- | emulators/raine/patches/patch-af | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/emulators/raine/patches/patch-af b/emulators/raine/patches/patch-af deleted file mode 100644 index 31ae7f9ac19..00000000000 --- a/emulators/raine/patches/patch-af +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-af,v 1.1 2004/04/17 00:58:42 kristerw Exp $ - ---- source/video/c/lscroll/16_32.c.orig Sat Apr 17 02:37:32 2004 -+++ source/video/c/lscroll/16_32.c Sat Apr 17 02:37:49 2004 -@@ -25,8 +25,8 @@ - UINT32 *line; - INT16 xx,yy,dy; - UINT32 w; -- w = GameBitmap->w; - UINT8 *spr; -+ w = GameBitmap->w; - - #if 1 - for(xx=0; xx<=15; xx++){ |