aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;