diff options
author | Filippos Karapetis | 2008-04-24 23:07:22 +0000 |
---|---|---|
committer | Filippos Karapetis | 2008-04-24 23:07:22 +0000 |
commit | 673784e6efda006e7da942b0875bda601bd70d97 (patch) | |
tree | 29df010e93be20c98de9f6af80529a7779948ee5 | |
parent | 8b7486b5ca61653250c7168974233932e8248f87 (diff) | |
download | scummvm-rg350-673784e6efda006e7da942b0875bda601bd70d97.tar.gz scummvm-rg350-673784e6efda006e7da942b0875bda601bd70d97.tar.bz2 scummvm-rg350-673784e6efda006e7da942b0875bda601bd70d97.zip |
Typo
svn-id: r31712
-rw-r--r-- | engines/made/screen.h | 4 |
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); |