aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.cpp
diff options
context:
space:
mode:
authorMax Horn2005-04-26 09:21:54 +0000
committerMax Horn2005-04-26 09:21:54 +0000
commit3cc0d1b142df2f79bee4b9c93556db7985506cea (patch)
treea2e43d5996e32a28f2fa2fbc8d33f714c320fa03 /scumm/verbs.cpp
parent62216f9cc22dff4ca220e47fb4b085bbdc354c55 (diff)
downloadscummvm-rg350-3cc0d1b142df2f79bee4b9c93556db7985506cea.tar.gz
scummvm-rg350-3cc0d1b142df2f79bee4b9c93556db7985506cea.tar.bz2
scummvm-rg350-3cc0d1b142df2f79bee4b9c93556db7985506cea.zip
Removed dead code
svn-id: r17809
Diffstat (limited to 'scumm/verbs.cpp')
-rw-r--r--scumm/verbs.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/scumm/verbs.cpp b/scumm/verbs.cpp
index 4e991b33ca..27b3ff2dfd 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -40,11 +40,7 @@ void ScummEngine_v2::initV2MouseOver() {
int i;
int arrow_color, color, hi_color;
- if (_platform == Common::kPlatformNES) {
- color = 0;
- hi_color = 0;
- arrow_color = 0;
- } else if (_version == 1) {
+ if (_version == 1) {
color = 16;
hi_color = 7;
arrow_color = 6;