aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
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 0e5546db19..4f9c47097a 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -1837,7 +1837,7 @@ void SimonState::vc_70_queue_music() {
// track and, if not, whether to switch to
// a different track upon completion.
midi.setLoop (loop != 0);
- if (track != -1 && track != 999)
+ if (track != 0xFFFF && track != 999)
midi.queueTrack (track, 0);
}