summaryrefslogtreecommitdiff
path: root/emulators/raine/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/raine/patches/patch-ae')
-rw-r--r--emulators/raine/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
diff --git a/emulators/raine/patches/patch-ae b/emulators/raine/patches/patch-ae
new file mode 100644
index 00000000000..37b8c8fb896
--- /dev/null
+++ b/emulators/raine/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2004/04/17 00:58:42 kristerw Exp $
+
+--- source/video/c/lscroll/16_16.c.orig Sat Apr 17 02:36:55 2004
++++ source/video/c/lscroll/16_16.c Sat Apr 17 02:37:17 2004
+@@ -26,8 +26,8 @@
+ UINT16 *line;
+ INT16 xx,yy,dy;
+ UINT32 w;
+- w = GameBitmap->w;
+ UINT8 *spr;
++ w = GameBitmap->w;
+
+ #if 1
+ for(xx=0; xx<=15; xx++){