aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-03-18 19:06:53 +0000
committerJohannes Schickel2008-03-18 19:06:53 +0000
commitcbc4c789dac2ba466f69d7d14c2a5f7bf0dd742d (patch)
tree6c36d3caad6b5eebb4d3c18aef5e275e3b35244e /engines/kyra/kyra_v2.h
parent80a73d4ae6b4bc157173b8016cb871adc4fd915d (diff)
downloadscummvm-rg350-cbc4c789dac2ba466f69d7d14c2a5f7bf0dd742d.tar.gz
scummvm-rg350-cbc4c789dac2ba466f69d7d14c2a5f7bf0dd742d.tar.bz2
scummvm-rg350-cbc4c789dac2ba466f69d7d14c2a5f7bf0dd742d.zip
Implemented showing of credits after completing game.
svn-id: r31186
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index 9417e85fbc..cfd11a425d 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -300,6 +300,9 @@ protected:
void loadItemShapes();
// run
+ bool _runFlag;
+ bool _showCredits;
+
void update();
void updateWithText();
@@ -1035,6 +1038,7 @@ protected:
int o2_getRand(ScriptState *script);
int o2_setDeathHandlerFlag(ScriptState *script);
int o2_setDrawNoShapeFlag(ScriptState *script);
+ int o2_setRunFlag(ScriptState *script);
int o2_showLetter(ScriptState *script);
int o2_fillRect(ScriptState *script);
int o2_waitForConfirmationClick(ScriptState *script);