aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_lok.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-10-22 02:11:00 +0000
committerJohannes Schickel2010-10-22 02:11:00 +0000
commit5ff20cb12d26b80e0e23a5dab734412d24fa0289 (patch)
treeeb7de7ca2d0f5e53977adf6c984f57ce8ea41598 /engines/kyra/kyra_lok.h
parent03e2d54ca7f3d5533cbae376921cf617736caee5 (diff)
downloadscummvm-rg350-5ff20cb12d26b80e0e23a5dab734412d24fa0289.tar.gz
scummvm-rg350-5ff20cb12d26b80e0e23a5dab734412d24fa0289.tar.bz2
scummvm-rg350-5ff20cb12d26b80e0e23a5dab734412d24fa0289.zip
KYRA: Cleanup.
svn-id: r53698
Diffstat (limited to 'engines/kyra/kyra_lok.h')
-rw-r--r--engines/kyra/kyra_lok.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/engines/kyra/kyra_lok.h b/engines/kyra/kyra_lok.h
index ddf21c7cc2..4b075ee0f3 100644
--- a/engines/kyra/kyra_lok.h
+++ b/engines/kyra/kyra_lok.h
@@ -69,13 +69,6 @@ struct Room {
uint8 needInit[12];
};
-struct ItemDescription {
- uint8 unk1;
- uint8 height;
- uint8 unk2;
- uint8 unk3;
-};
-
struct SeqLoop {
const uint8 *ptr;
uint16 count;
@@ -456,7 +449,7 @@ protected:
int8 *_sceneAnimTable[50];
- ItemDescription _itemTable[145];
+ uint8 _itemHtDat[145];
int _lastProcessedItem;
int _lastProcessedItemHeight;