aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screen.h
diff options
context:
space:
mode:
authorFilippos Karapetis2008-04-24 23:07:22 +0000
committerFilippos Karapetis2008-04-24 23:07:22 +0000
commit673784e6efda006e7da942b0875bda601bd70d97 (patch)
tree29df010e93be20c98de9f6af80529a7779948ee5 /engines/made/screen.h
parent8b7486b5ca61653250c7168974233932e8248f87 (diff)
downloadscummvm-rg350-673784e6efda006e7da942b0875bda601bd70d97.tar.gz
scummvm-rg350-673784e6efda006e7da942b0875bda601bd70d97.tar.bz2
scummvm-rg350-673784e6efda006e7da942b0875bda601bd70d97.zip
Typo
svn-id: r31712
Diffstat (limited to 'engines/made/screen.h')
-rw-r--r--engines/made/screen.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/made/screen.h b/engines/made/screen.h
index 55dd92cabd..d95e9440ae 100644
--- a/engines/made/screen.h
+++ b/engines/made/screen.h
@@ -75,12 +75,12 @@ public:
void setOutlineColor(int16 color) {
_outlineColor = color;
- _dropshadowColor = -1;
+ _dropShadowColor = -1;
}
void setDropShadowColor(int16 color) {
_outlineColor = -1;
- _dropshadowColor = color;
+ _dropShadowColor = color;
}
uint16 updateChannel(uint16 channelIndex);