aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/items/inventory/inventoryitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/items/inventory/inventoryitem.h')
-rwxr-xr-xengines/pegasus/items/inventory/inventoryitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/pegasus/items/inventory/inventoryitem.h b/engines/pegasus/items/inventory/inventoryitem.h
index d3247d651c..b526463b18 100755
--- a/engines/pegasus/items/inventory/inventoryitem.h
+++ b/engines/pegasus/items/inventory/inventoryitem.h
@@ -39,12 +39,12 @@ struct JMPInventoryInfo {
class InventoryItem : public Item {
public:
- InventoryItem(const tItemID, const tNeighborhoodID, const tRoomID, const tDirectionConstant);
+ InventoryItem(const ItemID, const NeighborhoodID, const RoomID, const DirectionConstant);
virtual ~InventoryItem();
- virtual tItemType getItemType();
+ virtual ItemType getItemType();
- void getPanelTimes(TimeValue&, TimeValue&) const;
+ void getPanelTimes(TimeValue &, TimeValue &) const;
TimeValue getLeftAreaTime() const;
void setAnimationTime(const TimeValue);