From 5ff20cb12d26b80e0e23a5dab734412d24fa0289 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Fri, 22 Oct 2010 02:11:00 +0000 Subject: KYRA: Cleanup. svn-id: r53698 --- engines/kyra/kyra_lok.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'engines/kyra/kyra_lok.h') 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; -- cgit v1.2.3