aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_hof.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-05-04 13:25:03 +0000
committerJohannes Schickel2008-05-04 13:25:03 +0000
commit09b0f128528b4839668ccd51ae6794ad2cd85d5c (patch)
tree66f0e836d197572022cc85bead57ca88b46fc435 /engines/kyra/kyra_hof.h
parent7342629944ae7a9c196ba003e4192252b25f58f9 (diff)
downloadscummvm-rg350-09b0f128528b4839668ccd51ae6794ad2cd85d5c.tar.gz
scummvm-rg350-09b0f128528b4839668ccd51ae6794ad2cd85d5c.tar.bz2
scummvm-rg350-09b0f128528b4839668ccd51ae6794ad2cd85d5c.zip
Yet more opcodes moved to KyraEngine_v2.
svn-id: r31861
Diffstat (limited to 'engines/kyra/kyra_hof.h')
-rw-r--r--engines/kyra/kyra_hof.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/kyra_hof.h b/engines/kyra/kyra_hof.h
index b8fdaf696a..46974c9889 100644
--- a/engines/kyra/kyra_hof.h
+++ b/engines/kyra/kyra_hof.h
@@ -436,7 +436,6 @@ protected:
void setMouseCursor(uint16 item);
uint8 _itemHtDat[176];
- uint16 _hiddenItems[20];
int checkItemCollision(int x, int y);
void updateWaterFlasks();
@@ -728,7 +727,6 @@ protected:
int o2_addItemToInventory(EMCState *script);
int o2_drawShape(EMCState *script);
int o2_addItemToCurScene(EMCState *script);
- int o2_checkForItem(EMCState *script);
int o2_loadSoundFile(EMCState *script);
int o2_removeSlotFromInventory(EMCState *script);
int o2_removeItemFromInventory(EMCState *script);
@@ -801,8 +799,6 @@ protected:
int o2_playTimSequence(EMCState *script);
int o2_makeBookOrCauldronAppear(EMCState *script);
int o2_resetInputColorCode(EMCState *script);
- int o2_setHiddenItemsEntry(EMCState *script);
- int o2_getHiddenItemsEntry(EMCState *script);
int o2_mushroomEffect(EMCState *script);
int o2_customChat(EMCState *script);
int o2_customChatFinish(EMCState *script);