aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/inv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/inv.cpp')
-rw-r--r--engines/agi/inv.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/inv.cpp b/engines/agi/inv.cpp
index 38e5e11e0c..5bf8727f35 100644
--- a/engines/agi/inv.cpp
+++ b/engines/agi/inv.cpp
@@ -65,7 +65,7 @@ void InventoryMgr::getPlayerInventory() {
inventoryEntry.column = curColumn;
if (inventoryEntry.column > 1) {
// right side, adjust column accordingly
- inventoryEntry.column -= strlen( inventoryEntry.name );
+ inventoryEntry.column -= strlen(inventoryEntry.name);
}
_array.push_back(inventoryEntry);
@@ -129,7 +129,7 @@ void InventoryMgr::show() {
if (_vm->getFlag(VM_FLAG_STATUS_SELECTS_ITEMS)) {
selectItems = true;
- } else{
+ } else {
_activeItemNr = -1; // so that none is shown as active
}