aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/objects/inventory.cpp')
-rw-r--r--engines/pink/objects/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pink/objects/inventory.cpp b/engines/pink/objects/inventory.cpp
index ddf124a194..f6682f17c7 100644
--- a/engines/pink/objects/inventory.cpp
+++ b/engines/pink/objects/inventory.cpp
@@ -189,7 +189,7 @@ void InventoryMgr::showNextItem(bool direction) {
}
void InventoryMgr::loadState(Archive &archive) {
- _state = (State) archive.readByte();
+ _state = (State)archive.readByte();
_isClickedOnItem = archive.readByte();
for (uint i = 0; i < _items.size(); ++i) {