[Scummvm-cvs-logs] CVS: scummvm/bs2/driver sprite.cpp,1.21,1.22
Torbj?rn Andersson
eriktorbjorn at users.sourceforge.net
Mon Sep 29 07:23:11 CEST 2003
Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv6723
Modified Files:
sprite.cpp
Log Message:
cleanup
Index: sprite.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/sprite.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- sprite.cpp 28 Sep 2003 14:13:57 -0000 1.21
+++ sprite.cpp 29 Sep 2003 13:38:17 -0000 1.22
@@ -25,7 +25,6 @@
#include "palette.h"
#include "rdwin.h"
-char shitColourTable[1024];
static uint8 *lightMask = 0;
/**
@@ -371,8 +370,8 @@
#define SCALE_MAXWIDTH 512
#define SCALE_MAXHEIGHT 512
-uint16 xScale[SCALE_MAXWIDTH];
-uint16 yScale[SCALE_MAXHEIGHT];
+static uint16 xScale[SCALE_MAXWIDTH];
+static uint16 yScale[SCALE_MAXHEIGHT];
/**
* Draws a sprite onto the screen. The type of the sprite can be a combination
More information about the Scummvm-git-logs
mailing list