aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-31 14:01:47 +0000
committerJohannes Schickel2009-05-31 14:01:47 +0000
commit11a5875aa8da7868fe3d83b6be0c023550fd3628 (patch)
tree0fc5d38e0631d186be91b016e1d305858a3fcaca /engines/kyra/lol.h
parentf59176cd4632b363f5531034b7bbd6628d831118 (diff)
downloadscummvm-rg350-11a5875aa8da7868fe3d83b6be0c023550fd3628.tar.gz
scummvm-rg350-11a5875aa8da7868fe3d83b6be0c023550fd3628.tar.bz2
scummvm-rg350-11a5875aa8da7868fe3d83b6be0c023550fd3628.zip
- Little bugfix for LoL outro TIM
- Add some initial code to allow easy playback of the LoL outro (credits text is still missing). svn-id: r41067
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index b90808db82..4f4ae4a3c8 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -389,6 +389,10 @@ private:
static const uint8 _charInfoFrameTable[];
+ // outro
+ void showOutro(int character, bool maxDifficulty);
+ void setupEpilogueData(bool load);
+
// timers
void setupTimers();
void enableTimer(int id);