aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v2.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-12 12:57:42 +0000
committerJohannes Schickel2008-05-12 12:57:42 +0000
commit1a52c5283a982350702a68f7aa4b66100711f1c3 (patch)
tree57dc5bceb2d1750b4d351c2d6950097db0f34f5c /engines/kyra/kyra_v2.h
parent279987c181b5c5e6d6810c3f23a63eab5fb4c999 (diff)
downloadscummvm-rg350-1a52c5283a982350702a68f7aa4b66100711f1c3.tar.gz
scummvm-rg350-1a52c5283a982350702a68f7aa4b66100711f1c3.tar.bz2
scummvm-rg350-1a52c5283a982350702a68f7aa4b66100711f1c3.zip
- Yet more opcodes moved to KyraEngine_v1
- Renamed some opcodes inside KyraEngine_LoK svn-id: r32055
Diffstat (limited to 'engines/kyra/kyra_v2.h')
-rw-r--r--engines/kyra/kyra_v2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/kyra/kyra_v2.h b/engines/kyra/kyra_v2.h
index 44eb06ce57..2f6d8a6185 100644
--- a/engines/kyra/kyra_v2.h
+++ b/engines/kyra/kyra_v2.h
@@ -87,7 +87,6 @@ protected:
// run
bool _runFlag;
bool _showOutro;
- int8 _deathHandler;
virtual void update() = 0;
virtual void updateWithText() = 0;
@@ -396,8 +395,6 @@ protected:
int o2_delay(EMCState *script);
int o2_update(EMCState *script);
int o2_getShapeFlag1(EMCState *script);
- int o2_playWanderScoreViaMap(EMCState *script);
- int o2_setDeathHandler(EMCState *script);
int o2_waitForConfirmationClick(EMCState *script);
int o2_randomSceneChat(EMCState *script);
int o2_setDlgIndex(EMCState *script);