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