aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-04 14:42:52 +0200
committerEugene Sandulenko2016-09-04 14:42:52 +0200
commitb1fc0f69462feb635c2359087b63393d02f8f819 (patch)
tree9012d11c819f492ce958d8994456e932f7caf739 /engines/fullpipe/inventory.cpp
parent7395647518750506b96a157a7530d7d20d41f791 (diff)
downloadscummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.tar.gz
scummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.tar.bz2
scummvm-rg350-b1fc0f69462feb635c2359087b63393d02f8f819.zip
JANITORIAL: Fix whitespaces
Diffstat (limited to 'engines/fullpipe/inventory.cpp')
-rw-r--r--engines/fullpipe/inventory.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/fullpipe/inventory.cpp b/engines/fullpipe/inventory.cpp
index f1dafeba7d..b207ab1657 100644
--- a/engines/fullpipe/inventory.cpp
+++ b/engines/fullpipe/inventory.cpp
@@ -299,7 +299,7 @@ void Inventory2::draw() {
else
icn->pictureObjectNormal->drawAt(icn->x1, icn->y1 + 10);
}
- }
+ }
if (!_isInventoryOut)
goto LABEL_30;
@@ -434,7 +434,7 @@ bool Inventory2::unselectItem(bool flag) {
for (uint i = 0; i < _inventoryIcons.size(); i++) {
if (_inventoryIcons[i]->isSelected)
_inventoryIcons[i]->isSelected = false;
- }
+ }
g_fp->getGameLoaderInputController()->setCursorItemPicture(0);
@@ -470,7 +470,7 @@ int Inventory2::getHoveredItem(Common::Point *point) {
icn->isMouseHover = true;
return icn->inventoryItemId;
}
- }
+ }
return 0;
}