aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/zoom.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/neighborhood/zoom.h')
-rwxr-xr-xengines/pegasus/neighborhood/zoom.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/pegasus/neighborhood/zoom.h b/engines/pegasus/neighborhood/zoom.h
index 27290a88d5..f822bb719c 100755
--- a/engines/pegasus/neighborhood/zoom.h
+++ b/engines/pegasus/neighborhood/zoom.h
@@ -52,14 +52,14 @@ public:
void clear();
bool isEmpty() { return movieStart == 0xffffffff; }
- tHotSpotID hotspot;
+ HotSpotID hotspot;
TimeValue movieStart;
TimeValue movieEnd;
- tRoomID room;
- tDirectionConstant direction;
+ RoomID room;
+ DirectionConstant direction;
};
- Entry findEntry(tHotSpotID hotspot);
+ Entry findEntry(HotSpotID hotspot);
private:
Common::Array<Entry> _entries;