From 8284aa204743c5cedd8a92ca4e25b033ba40b1b3 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 29 Sep 2003 13:38:17 +0000 Subject: cleanup svn-id: r10483 --- sword2/driver/sprite.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sword2') diff --git a/sword2/driver/sprite.cpp b/sword2/driver/sprite.cpp index e246fd9935..0227a2c6ac 100644 --- a/sword2/driver/sprite.cpp +++ b/sword2/driver/sprite.cpp @@ -25,7 +25,6 @@ #include "palette.h" #include "rdwin.h" -char shitColourTable[1024]; static uint8 *lightMask = 0; /** @@ -371,8 +370,8 @@ void DeleteSurface(uint8 *surface) { #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 -- cgit v1.2.3