aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/n64/osys_n64.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-06-20 17:21:05 +0200
committerJohannes Schickel2012-06-20 17:21:05 +0200
commit703be9f87cc46e416475d526ba5c412af3d8c282 (patch)
tree2c6f7cd912582461a74ae7d42e0afef44efd0285 /backends/platform/n64/osys_n64.h
parent36ac1e8b4780bd217c400b3edab62e484b60e388 (diff)
downloadscummvm-rg350-703be9f87cc46e416475d526ba5c412af3d8c282.tar.gz
scummvm-rg350-703be9f87cc46e416475d526ba5c412af3d8c282.tar.bz2
scummvm-rg350-703be9f87cc46e416475d526ba5c412af3d8c282.zip
N64: Replace OverlayColor with uint16.
Diffstat (limited to 'backends/platform/n64/osys_n64.h')
-rw-r--r--backends/platform/n64/osys_n64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/n64/osys_n64.h b/backends/platform/n64/osys_n64.h
index 3266180a7b..249f72d8fc 100644
--- a/backends/platform/n64/osys_n64.h
+++ b/backends/platform/n64/osys_n64.h
@@ -81,7 +81,7 @@ protected:
uint16 *_offscreen_hic; // Offscreen converted to 16bit surface
uint8 *_offscreen_pal; // Offscreen with palette indexes
- OverlayColor *_overlayBuffer; // Offscreen for the overlay (16 bit)
+ uint16 *_overlayBuffer; // Offscreen for the overlay (16 bit)
uint16 *_screenPalette; // Array for palette entries (256 colors max)