aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/zoom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/neighborhood/zoom.cpp')
-rwxr-xr-xengines/pegasus/neighborhood/zoom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/neighborhood/zoom.cpp b/engines/pegasus/neighborhood/zoom.cpp
index ee2d8be24a..b7cadfaeb5 100755
--- a/engines/pegasus/neighborhood/zoom.cpp
+++ b/engines/pegasus/neighborhood/zoom.cpp
@@ -63,7 +63,7 @@ void ZoomTable::Entry::clear() {
direction = kNoDirection;
}
-ZoomTable::Entry ZoomTable::findEntry(tHotSpotID hotspot) {
+ZoomTable::Entry ZoomTable::findEntry(HotSpotID hotspot) {
for (uint32 i = 0; i < _entries.size(); i++)
if (_entries[i].hotspot == hotspot)
return _entries[i];