aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/object.cpp')
-rw-r--r--engines/scumm/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/object.cpp b/engines/scumm/object.cpp
index 43143a0187..c6ac53b862 100644
--- a/engines/scumm/object.cpp
+++ b/engines/scumm/object.cpp
@@ -326,7 +326,7 @@ int ScummEngine::whereIsObjectInventory(int object) {
_v0ObjectInInventory = true;
res = whereIsObject(object);
_v0ObjectInInventory = false;
-
+
return res;
}