aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'simon/vga.cpp')
-rw-r--r--simon/vga.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/vga.cpp b/simon/vga.cpp
index 8f0883903e..5f6f71d072 100644
--- a/simon/vga.cpp
+++ b/simon/vga.cpp
@@ -1759,7 +1759,7 @@ void SimonState::vc_63_palette_thing_2() {
_video_var_3 = false;
}
-void SimonState::vc_64_skip_if_text() {
+void SimonState::vc_64_skip_if_voice() {
// Simon2
if (_sound->_voice_handle == 0)
vc_skip_next_instruction();