summaryrefslogtreecommitdiff
path: root/emulators/raine/patches/patch-af
blob: 31ae7f9ac19287dc7e8503b8fe8947e75c6098c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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++){