aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-04-30 06:10:14 +0000
committerTravis Howell2006-04-30 06:10:14 +0000
commit9654ed97c09c6eea21c507ae1131054957fb4a9c (patch)
treed1548a7908ecc3a482ef90a655234ded0c947733 /engines/simon/simon.cpp
parent5584ea5c7ea9cc5158975709e74f4015b655f2f0 (diff)
downloadscummvm-rg350-9654ed97c09c6eea21c507ae1131054957fb4a9c.tar.gz
scummvm-rg350-9654ed97c09c6eea21c507ae1131054957fb4a9c.tar.bz2
scummvm-rg350-9654ed97c09c6eea21c507ae1131054957fb4a9c.zip
Add complete support for mouse cursors in FF, with help from olki
svn-id: r22238
Diffstat (limited to 'engines/simon/simon.cpp')
-rw-r--r--engines/simon/simon.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp
index 24c94d3ed2..4f8e93445f 100644
--- a/engines/simon/simon.cpp
+++ b/engines/simon/simon.cpp
@@ -31,7 +31,6 @@
#include "gui/about.h"
#include "simon/debugger.h"
-#include "simon/intern.h"
#include "simon/simon.h"
#include "simon/vga.h"
@@ -164,6 +163,9 @@ SimonEngine::SimonEngine(OSystem *syst)
_mouseAnimMax = 0;
_oldMouseCursor = 0;
_oldMouseAnimMax = 0;
+ _mouseCountX = 0;
+ _mouseCountY = 0;
+ _mouseToggle = false;
_vgaVar9 = 0;
_chanceModifier = 0;