diff options
-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 2f97422a5f..770f429b84 100644 --- a/simon/vga.cpp +++ b/simon/vga.cpp @@ -1608,7 +1608,7 @@ void SimonState::vc_52() } else { if (a >= 0x8000) { a = -a; - warning("vc_52(%d): unimpl"); + playAmbient(a); } else { playSound(a); } |