diff options
Diffstat (limited to 'engines/fullpipe/inventory.h')
| -rw-r--r-- | engines/fullpipe/inventory.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/fullpipe/inventory.h b/engines/fullpipe/inventory.h index 6193c4a2bb..9244f9580a 100644 --- a/engines/fullpipe/inventory.h +++ b/engines/fullpipe/inventory.h @@ -32,7 +32,7 @@ struct InventoryPoolItem { int16 id; int16 pictureObjectNormalId; int16 pictureObjectId1; - int16 pictureObjectMouseInsideId; + int16 pictureObjectMouseHover; int16 pictureObjectId3; int16 field_A; int field_C; @@ -69,8 +69,8 @@ class PictureObject; struct InventoryIcon { PictureObject *pictureObjectNormal; - InventoryIcon **icons; - int numIcons; + PictureObject *pictureObjectHover; + PictureObject *pictureObjectId3; int x1; int y1; int x2; |
