aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2002-12-08 15:39:57 +0000
committerTravis Howell2002-12-08 15:39:57 +0000
commit2986adb53dea09928f5051674e4d53d39d83cf27 (patch)
tree8e62a0f0400f107a11670b0255223a8469697659 /simon/simon.h
parent3472a5c1e77c448f765a68691f8eb52909db160c (diff)
downloadscummvm-rg350-2986adb53dea09928f5051674e4d53d39d83cf27.tar.gz
scummvm-rg350-2986adb53dea09928f5051674e4d53d39d83cf27.tar.bz2
scummvm-rg350-2986adb53dea09928f5051674e4d53d39d83cf27.zip
Correct error in last commit
svn-id: r5884
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index b9cc8003d4..a280f8b0f3 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -653,7 +653,7 @@ public:
void vc_63_palette_thing_2();
// Simon2 specific Video Script Opcodes
- void vc_64_skip_if_speech();
+ void vc_64_skip_if_text();
void vc_65_palette_thing_3();
void vc_66_skip_if_nz();
void vc_67_skip_if_ge();