aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/gfx.h')
-rw-r--r--engines/saga/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/gfx.h b/engines/saga/gfx.h
index 0ffd0ea434..ab161a9420 100644
--- a/engines/saga/gfx.h
+++ b/engines/saga/gfx.h
@@ -148,9 +148,9 @@ public:
void palToBlack(PalEntry *src_pal, double percent);
void blackToPal(PalEntry *src_pal, double percent);
void showCursor(bool state);
+ void setCursor(CursorType cursorType = kCursorNormal);
private:
- void setCursor(CursorType cursorType = kCursorNormal);
int _init;
Surface _backBuffer;
byte _currentPal[PAL_ENTRIES * 4];