diff options
| author | Torbjörn Andersson | 2006-05-02 18:04:22 +0000 |
|---|---|---|
| committer | Torbjörn Andersson | 2006-05-02 18:04:22 +0000 |
| commit | 5b779be4ac803e4dd3a08cd5d60a13a696a29f96 (patch) | |
| tree | e7092d38f1a6301fb1d8e24591ca263db7a84100 /engines/simon/simon.cpp | |
| parent | 7bc4944a3bf20598b2663f3ffa5c545da1fc5f65 (diff) | |
| download | scummvm-rg350-5b779be4ac803e4dd3a08cd5d60a13a696a29f96.tar.gz scummvm-rg350-5b779be4ac803e4dd3a08cd5d60a13a696a29f96.tar.bz2 scummvm-rg350-5b779be4ac803e4dd3a08cd5d60a13a696a29f96.zip | |
Let's try this again: Let the backend draw the mouse cursor, instead of drawing
it ourselves. This time it seems to work.
svn-id: r22279
Diffstat (limited to 'engines/simon/simon.cpp')
| -rw-r--r-- | engines/simon/simon.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/simon/simon.cpp b/engines/simon/simon.cpp index 24c94d3ed2..232e3ebe6f 100644 --- a/engines/simon/simon.cpp +++ b/engines/simon/simon.cpp @@ -163,6 +163,8 @@ SimonEngine::SimonEngine(OSystem *syst) _mouseAnim = 0; _mouseAnimMax = 0; _oldMouseCursor = 0; + _currentMouseCursor = 255; + _currentMouseAnim = 255; _oldMouseAnimMax = 0; _vgaVar9 = 0; |
