aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2002-12-08 14:48:56 +0000
committerTravis Howell2002-12-08 14:48:56 +0000
commit3472a5c1e77c448f765a68691f8eb52909db160c (patch)
tree3383cba25b68c91aca2599cb07980fcfddbd5131 /simon/simon.h
parent7e2391fce26dbed93b028f841a9576244c599105 (diff)
downloadscummvm-rg350-3472a5c1e77c448f765a68691f8eb52909db160c.tar.gz
scummvm-rg350-3472a5c1e77c448f765a68691f8eb52909db160c.tar.bz2
scummvm-rg350-3472a5c1e77c448f765a68691f8eb52909db160c.zip
A few video opcode renames
svn-id: r5883
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 58caa6ac5d..b9cc8003d4 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -640,7 +640,7 @@ public:
void vc_49_set_bit();
void vc_50_clear_bit();
void vc_51_clear_hitarea_bit_0x40();
- void vc_52();
+ void vc_52_play_sound();
void vc_53_no_op();
void vc_54_no_op();
void vc_55_offset_hit_area();
@@ -653,11 +653,11 @@ public:
void vc_63_palette_thing_2();
// Simon2 specific Video Script Opcodes
- void vc_64();
- void vc_65();
- void vc_66_nz();
- void vc_67_ge();
- void vc_68_le();
+ void vc_64_skip_if_speech();
+ void vc_65_palette_thing_3();
+ void vc_66_skip_if_nz();
+ void vc_67_skip_if_ge();
+ void vc_68_skip_if_le();
void vc_69();
void vc_70();
void vc_71();