diff options
Diffstat (limited to 'simon/vga.cpp')
-rw-r--r-- | simon/vga.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp index d1c8accce9..085d722fcc 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -1692,7 +1692,7 @@ void SimonState::vc_62_palette_thing() { if (!_video_var_3) { if (_game & GF_SIMON2) { - if (_next_music_to_play != 0xffff) + if (_next_music_to_play != 0xFFFF) playMusic(999, _next_music_to_play); } } else |