aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-04-30 12:56:13 +0000
committerTravis Howell2006-04-30 12:56:13 +0000
commitc34e30ea79d146dd67ce0067bc96098b87fbfcbf (patch)
tree4dd95e0f2c874aa029114fa8b336b46d28146019 /engines/simon/simon.cpp
parent49dbcc591e6f20615eb8fe18149a7fdb6a150aa7 (diff)
downloadscummvm-rg350-c34e30ea79d146dd67ce0067bc96098b87fbfcbf.tar.gz
scummvm-rg350-c34e30ea79d146dd67ce0067bc96098b87fbfcbf.tar.bz2
scummvm-rg350-c34e30ea79d146dd67ce0067bc96098b87fbfcbf.zip
Revert last change to mouse cursors in FF, causes odd glitches
svn-id: r22243
Diffstat (limited to 'engines/simon/simon.cpp')
-rw-r--r--engines/simon/simon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index b634e8fa15..24c94d3ed2 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -31,6 +31,7 @@
#include "gui/about.h"
#include "simon/debugger.h"
+#include "simon/intern.h"
#include "simon/simon.h"
#include "simon/vga.h"
@@ -163,7 +164,6 @@ SimonEngine::SimonEngine(OSystem *syst)
_mouseAnimMax = 0;
_oldMouseCursor = 0;
_oldMouseAnimMax = 0;
- _mouseToggle = false;
_vgaVar9 = 0;
_chanceModifier = 0;