aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.h
diff options
context:
space:
mode:
authordhewg2012-07-21 16:20:24 +0200
committerdhewg2012-07-21 16:22:05 +0200
commit5636c1fee05d1b718597017e003fa046c9791902 (patch)
tree5dea19cad3028434543e0658256846f48412873b /backends/platform/wii/osystem.h
parentf0304ee0bb09f2b57d755e5e3100fe157512af56 (diff)
downloadscummvm-rg350-5636c1fee05d1b718597017e003fa046c9791902.tar.gz
scummvm-rg350-5636c1fee05d1b718597017e003fa046c9791902.tar.bz2
scummvm-rg350-5636c1fee05d1b718597017e003fa046c9791902.zip
WII: Adapt to mouse cursor dontScale API change
Diffstat (limited to 'backends/platform/wii/osystem.h')
-rw-r--r--backends/platform/wii/osystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h
index abafa7f642..5d6998d0b6 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -56,7 +56,7 @@ class OSystem_Wii : public EventsBaseBackend, public PaletteManager {
private:
s64 _startup_time;
- int _cursorScale;
+ bool _cursorDontScale;
bool _cursorPaletteDisabled;
u16 *_cursorPalette;
bool _cursorPaletteDirty;