aboutsummaryrefslogtreecommitdiff
path: root/scumm/verbs.cpp
diff options
context:
space:
mode:
authorTravis Howell2003-08-19 04:47:38 +0000
committerTravis Howell2003-08-19 04:47:38 +0000
commita34f8895cb160242eecb855500855f407920ca52 (patch)
tree7aab4f37b5b7dc541f0734e8e434330480eb9cf9 /scumm/verbs.cpp
parentf25b54159c5752c9c99ace8018aab98693cea765 (diff)
downloadscummvm-rg350-a34f8895cb160242eecb855500855f407920ca52.tar.gz
scummvm-rg350-a34f8895cb160242eecb855500855f407920ca52.tar.bz2
scummvm-rg350-a34f8895cb160242eecb855500855f407920ca52.zip
Revert color change for v1 maniac, which actually used in pool room.
svn-id: r9778
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 92d00bf4cc..4f00d159f5 100644
--- a/scumm/verbs.cpp
+++ b/scumm/verbs.cpp
@@ -38,11 +38,7 @@ void Scumm::initV2MouseOver() {
int arrow_color, color, hi_color;
if (_version == 1) {
- if (_gameId == GID_MANIAC)
- color = 15;
- else
- color = 4;
-
+ color = 4;
hi_color = 7;
arrow_color = 6;
} else {