aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/items/inventory/keycard.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-12-16 14:17:50 -0500
committerMatthew Hoops2011-12-16 14:17:50 -0500
commit12efb47b536d2f663c9cde2739a1fd40599da669 (patch)
tree9ce08d6a798ff5138ee2908642e6468d7d2b249e /engines/pegasus/items/inventory/keycard.h
parentfdced472abc830c07d28474727db004c8018fcac (diff)
downloadscummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.tar.gz
scummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.tar.bz2
scummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.zip
PEGASUS: Remove t prefix from typedefs
Some other minor cleanup too
Diffstat (limited to 'engines/pegasus/items/inventory/keycard.h')
-rwxr-xr-xengines/pegasus/items/inventory/keycard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/items/inventory/keycard.h b/engines/pegasus/items/inventory/keycard.h
index 7fdb905d58..c30c789786 100755
--- a/engines/pegasus/items/inventory/keycard.h
+++ b/engines/pegasus/items/inventory/keycard.h
@@ -32,11 +32,11 @@ namespace Pegasus {
class KeyCard : public InventoryItem {
public:
- KeyCard(const tItemID, const tNeighborhoodID, const tRoomID, const tDirectionConstant);
+ KeyCard(const ItemID, const NeighborhoodID, const RoomID, const DirectionConstant);
virtual ~KeyCard() {}
virtual void toggleItemState();
- virtual void setItemState(const tItemState);
+ virtual void setItemState(const ItemState);
bool isFlashlightOn();
protected: