aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_main.h
diff options
context:
space:
mode:
authorJohannes Schickel2012-02-19 22:16:38 +0100
committerJohannes Schickel2012-02-19 22:16:38 +0100
commitceae3dd191039711ea388e2878397d26a0932611 (patch)
tree19d243e8ab62d92a905cb3430c681071d12c94ff /backends/platform/iphone/osys_main.h
parent6a31dadfea1d13970e7d0bb21f3a9b2287ff067d (diff)
downloadscummvm-rg350-ceae3dd191039711ea388e2878397d26a0932611.tar.gz
scummvm-rg350-ceae3dd191039711ea388e2878397d26a0932611.tar.bz2
scummvm-rg350-ceae3dd191039711ea388e2878397d26a0932611.zip
IPHONE: Rename _palette to _gamePalette.
Diffstat (limited to 'backends/platform/iphone/osys_main.h')
-rw-r--r--backends/platform/iphone/osys_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h
index 993c1aab4c..b89eed9d43 100644
--- a/backends/platform/iphone/osys_main.h
+++ b/backends/platform/iphone/osys_main.h
@@ -70,7 +70,7 @@ protected:
uint16 *_fullscreen;
- uint16 _palette[256];
+ uint16 _gamePalette[256];
bool _overlayVisible;
uint16 _screenWidth;
uint16 _screenHeight;