diff options
-rwxr-xr-x | engines/pegasus/cursor.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/pegasus/cursor.cpp b/engines/pegasus/cursor.cpp index c0af27bdce..9fa921a48e 100755 --- a/engines/pegasus/cursor.cpp +++ b/engines/pegasus/cursor.cpp @@ -38,6 +38,7 @@ namespace Pegasus { Cursor::Cursor() { _cursorObscured = false; _index = -1; + startIdling(); } Cursor::~Cursor() { @@ -48,6 +49,8 @@ Cursor::~Cursor() { } delete[] _info[i].palette; } + + stopIdling(); } void Cursor::addCursorFrames(uint16 id) { |