aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2002-11-24 13:37:50 +0000
committerTravis Howell2002-11-24 13:37:50 +0000
commit40983dcf68b2e363bfea52a4f6929a3c5c478d0e (patch)
tree40b43f06b8ad946ebc0046bf0c95e53c586eed6c /simon
parent5888d9b16d4c8d725d8d0381ca12cf28394632bb (diff)
downloadscummvm-rg350-40983dcf68b2e363bfea52a4f6929a3c5c478d0e.tar.gz
scummvm-rg350-40983dcf68b2e363bfea52a4f6929a3c5c478d0e.tar.bz2
scummvm-rg350-40983dcf68b2e363bfea52a4f6929a3c5c478d0e.zip
The vc_62 warning should be for simon 2 only
svn-id: r5710
Diffstat (limited to 'simon')
-rw-r--r--simon/vga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp
index da4f830539..1679608c1d 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -1789,7 +1789,7 @@ void SimonState::vc_62()
vc_29_stop_all_sounds();
- if (!_video_var_3) {
+ if (((_game & GAME_SIMON2)) && (!_video_var_3)) {
warning("vc_62: music stuff?");
}