From 9654ed97c09c6eea21c507ae1131054957fb4a9c Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 30 Apr 2006 06:10:14 +0000 Subject: Add complete support for mouse cursors in FF, with help from olki svn-id: r22238 --- engines/simon/simon.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'engines/simon/simon.cpp') 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; -- cgit v1.2.3