aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/inventory.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-06 15:58:05 +0300
committerEugene Sandulenko2013-09-06 15:58:05 +0300
commitaf91d2a5ce61f395b207854e589ae917c623818f (patch)
tree762f7cd9dee3907e5c7609760c1b6482d94f153d /engines/fullpipe/inventory.cpp
parentc55862a378f3c8d76fcfafaad1c2e993e663da46 (diff)
downloadscummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.tar.gz
scummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.tar.bz2
scummvm-rg350-af91d2a5ce61f395b207854e589ae917c623818f.zip
FULLPIPE: Whitespace fix
Diffstat (limited to 'engines/fullpipe/inventory.cpp')
-rw-r--r--engines/fullpipe/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/inventory.cpp b/engines/fullpipe/inventory.cpp
index 41940f4b2d..1abd369e7b 100644
--- a/engines/fullpipe/inventory.cpp
+++ b/engines/fullpipe/inventory.cpp
@@ -386,7 +386,7 @@ bool CInventory2::unselectItem(bool flag) {
int CInventory2::getHoveredItem(Common::Point *point) {
int selId = getSelectedItemId();
- if (point->y <= 20 && !_isInventoryOut && !_isLocked )
+ if (point->y <= 20 && !_isInventoryOut && !_isLocked)
slideOut();
if (!selId && point->y >= 55) {