aboutsummaryrefslogtreecommitdiff
path: root/kyra/seqplayer.h
diff options
context:
space:
mode:
authorJohannes Schickel2005-10-13 21:12:47 +0000
committerJohannes Schickel2005-10-13 21:12:47 +0000
commit7664cbcc7434ebd3e349b7ffc60b38381b7750d3 (patch)
tree3f49713502342598bba9a1ca58a912f10a866730 /kyra/seqplayer.h
parenteef92cb7e7f0e3fe39e1d468fabce58bfc8f6faf (diff)
downloadscummvm-rg350-7664cbcc7434ebd3e349b7ffc60b38381b7750d3.tar.gz
scummvm-rg350-7664cbcc7434ebd3e349b7ffc60b38381b7750d3.tar.bz2
scummvm-rg350-7664cbcc7434ebd3e349b7ffc60b38381b7750d3.zip
Committed patch #1325945 ( KYRA: md5 game detection ) with a few changes
and added the story picture in the intro. svn-id: r19068
Diffstat (limited to 'kyra/seqplayer.h')
-rwxr-xr-xkyra/seqplayer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kyra/seqplayer.h b/kyra/seqplayer.h
index 19e9eaefdb..bf0da521f6 100755
--- a/kyra/seqplayer.h
+++ b/kyra/seqplayer.h
@@ -83,15 +83,15 @@ protected:
void s1_copyRegion();
void s1_copyRegionSpecial();
void s1_fillRect();
- void s1_soundUnk1();
- void s1_soundUnk2();
+ void s1_playEffect();
+ void s1_playTrack();
void s1_allocTempBuffer();
void s1_textDisplayEnable();
void s1_textDisplayDisable();
void s1_endOfScript();
void s1_miscUnk1();
void s1_playVocFile();
- void s1_miscUnk3();
+ void s1_displayStory();
void s1_prefetchVocFile();
struct SeqMovie {