14 lines
355 B
Text
14 lines
355 B
Text
$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++){
|