aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 4f81d779f0..6e0f409063 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -909,7 +909,7 @@ protected:
void grabCursor(int x, int y, int w, int h);
void grabCursor(byte *ptr, int width, int height);
void makeCursorColorTransparent(int a);
- void setupCursor() { _cursor.animate = 1; }
+ void setupCursor();
void decompressDefaultCursor(int index);
void useIm01Cursor(const byte *im, int w, int h);
void useBompCursor(const byte *im, int w, int h);