aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-04-30 08:48:31 +0000
committerTravis Howell2006-04-30 08:48:31 +0000
commit29a125dcdaf43ec3107f8503911054424bc46635 (patch)
tree3de0a8bd37bd4a799e5b90be9f4f2279ef9cab19 /engines/simon/simon.cpp
parent59b89e7a79dbfec8ce049fd166996169ae16a30c (diff)
downloadscummvm-rg350-29a125dcdaf43ec3107f8503911054424bc46635.tar.gz
scummvm-rg350-29a125dcdaf43ec3107f8503911054424bc46635.tar.bz2
scummvm-rg350-29a125dcdaf43ec3107f8503911054424bc46635.zip
Use system code for mouse cursors in FF
svn-id: r22241
Diffstat (limited to 'engines/simon/simon.cpp')
-rw-r--r--engines/simon/simon.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index 4f8e93445f..b634e8fa15 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -163,8 +163,6 @@ SimonEngine::SimonEngine(OSystem *syst)
_mouseAnimMax = 0;
_oldMouseCursor = 0;
_oldMouseAnimMax = 0;
- _mouseCountX = 0;
- _mouseCountY = 0;
_mouseToggle = false;
_vgaVar9 = 0;