aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-06-20 17:14:51 +0200
committerJohannes Schickel2012-06-20 17:14:51 +0200
commit6792f4450b13c1f62acf37673d03f390dfce4e3c (patch)
tree61362bcde6e8523333bf796fdeada995c23ffd26 /backends/platform/wii/osystem.h
parentac8f282ce1814bd087ca1127afc2f3a4b3cec294 (diff)
downloadscummvm-rg350-6792f4450b13c1f62acf37673d03f390dfce4e3c.tar.gz
scummvm-rg350-6792f4450b13c1f62acf37673d03f390dfce4e3c.tar.bz2
scummvm-rg350-6792f4450b13c1f62acf37673d03f390dfce4e3c.zip
WII: Replace OverlayColor with uint16.
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 f1c8d77533..abafa7f642 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -72,7 +72,7 @@ private:
bool _overlayVisible;
u16 _overlayWidth, _overlayHeight;
u32 _overlaySize;
- OverlayColor *_overlayPixels;
+ uint16 *_overlayPixels;
gfx_screen_coords_t _coordsOverlay;
gfx_tex_t _texOverlay;
bool _overlayDirty;