aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/hotspot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/hotspot.cpp')
-rw-r--r--engines/toon/hotspot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/hotspot.cpp b/engines/toon/hotspot.cpp
index 3ddda1450b..5af61197d7 100644
--- a/engines/toon/hotspot.cpp
+++ b/engines/toon/hotspot.cpp
@@ -65,7 +65,7 @@ int32 Hotspots::FindBasedOnCorner(int32 x, int32 y) {
if (_items[i].getMode() == -1)
return _items[i].getRef();
- return i ;
+ return i;
}
}
}