aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/_mouse.cpp
diff options
context:
space:
mode:
authorJonathan Gray2003-07-28 07:22:40 +0000
committerJonathan Gray2003-07-28 07:22:40 +0000
commita05c4bda0f9217723ea2541b4fd279418a8efc1a (patch)
tree93ed95a0152a27a7c17234ca2f54c3611e60b6fe /sword2/driver/_mouse.cpp
parent77cf6b7c3e66cca495e9ddbc92dad68a1874ee17 (diff)
downloadscummvm-rg350-a05c4bda0f9217723ea2541b4fd279418a8efc1a.tar.gz
scummvm-rg350-a05c4bda0f9217723ea2541b4fd279418a8efc1a.tar.bz2
scummvm-rg350-a05c4bda0f9217723ea2541b4fd279418a8efc1a.zip
-Werror cleanup
svn-id: r9230
Diffstat (limited to 'sword2/driver/_mouse.cpp')
-rw-r--r--sword2/driver/_mouse.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index 8d9cd36769..9df9104e99 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -161,13 +161,13 @@ int16 mousey;
static uint8 mouseBacklog = 0;
static uint8 mouseLogPos = 0;
static uint8 mouseFrame;
-static uint8 luggageFrame = 0;
+//static uint8 luggageFrame = 0;
static uint8 *mouseSprite = NULL;
static _mouseAnim *mouseAnim = NULL;
-static _mouseAnim *luggageAnim = NULL;
+//static _mouseAnim *luggageAnim = NULL;
static _mouseEvent mouseLog[MAX_MOUSE_EVENTS];
static int32 *mouseOffsets;
-static int32 *luggageOffset;
+//static int32 *luggageOffset;
//static LPDIRECTDRAWSURFACE *mouseSurfaces;
//static LPDIRECTDRAWSURFACE luggageSurface = NULL;