aboutsummaryrefslogtreecommitdiff
path: root/kyra/seqplayer.h
diff options
context:
space:
mode:
authorJohannes Schickel2006-01-06 10:45:42 +0000
committerJohannes Schickel2006-01-06 10:45:42 +0000
commit948cb0d0f77170fdbc1b80b07feea7b9794751bc (patch)
tree0a1baf14a227be19042a51c8ccc00f41af01df52 /kyra/seqplayer.h
parenta5601efd54c366cedb7f90bcb4573297232c17b0 (diff)
downloadscummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.tar.gz
scummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.tar.bz2
scummvm-rg350-948cb0d0f77170fdbc1b80b07feea7b9794751bc.zip
Implemented the end sequence, (only the rest of the winning end sequence
is missing yet and one text part that malcolm says). => Kyra *should* be completeable now. Also used KyraEngine:: in all debug calls from the KyraEngine class. And fixes a bug while drawing shapes. svn-id: r19928
Diffstat (limited to 'kyra/seqplayer.h')
-rwxr-xr-xkyra/seqplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kyra/seqplayer.h b/kyra/seqplayer.h
index 5db5dd0525..cfc5a7222a 100755
--- a/kyra/seqplayer.h
+++ b/kyra/seqplayer.h
@@ -37,6 +37,8 @@ public:
void freeHandShapes();
bool playSequence(const uint8 *seqData, bool skipSeq);
+
+ uint8 *setPanPages(int pageNum, int shape);
protected:
KyraEngine *_vm;
@@ -55,8 +57,6 @@ protected:
const char* desc;
};
- uint8 *setPanPages(int pageNum, int shape);
-
// the sequence procs
void s1_wsaOpen();
void s1_wsaClose();