aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/neighborhood/view.h')
-rwxr-xr-xengines/pegasus/neighborhood/view.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/pegasus/neighborhood/view.h b/engines/pegasus/neighborhood/view.h
index 6a732d507e..1c57351671 100755
--- a/engines/pegasus/neighborhood/view.h
+++ b/engines/pegasus/neighborhood/view.h
@@ -51,13 +51,13 @@ public:
Entry() { time = 0xffffffff; }
bool isEmpty() { return time == 0xffffffff; }
- tRoomID room;
- tDirectionConstant direction;
- tAlternateID altCode;
+ RoomID room;
+ DirectionConstant direction;
+ AlternateID altCode;
TimeValue time;
};
- Entry findEntry(tRoomID room, tDirectionConstant direction, tAlternateID altCode);
+ Entry findEntry(RoomID room, DirectionConstant direction, AlternateID altCode);
private:
Common::Array<Entry> _entries;