aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/norad/noradelevator.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/neighborhood/norad/noradelevator.h')
-rwxr-xr-xengines/pegasus/neighborhood/norad/noradelevator.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/pegasus/neighborhood/norad/noradelevator.h b/engines/pegasus/neighborhood/norad/noradelevator.h
index 58dc8abf39..a34c77b2e0 100755
--- a/engines/pegasus/neighborhood/norad/noradelevator.h
+++ b/engines/pegasus/neighborhood/norad/noradelevator.h
@@ -37,7 +37,7 @@ class Neighborhood;
class NoradElevator : public GameInteraction, private NotificationReceiver {
public:
- NoradElevator(Neighborhood *, const tRoomID, const tRoomID, const tHotSpotID, const tHotSpotID);
+ NoradElevator(Neighborhood *, const RoomID, const RoomID, const HotSpotID, const HotSpotID);
virtual ~NoradElevator() {}
protected:
@@ -49,12 +49,12 @@ protected:
virtual void activateHotspots();
virtual void clickInHotspot(const Input &, const Hotspot *);
- virtual void receiveNotification(Notification*, const tNotificationFlags);
+ virtual void receiveNotification(Notification *, const NotificationFlags);
- tRoomID _upRoom;
- tRoomID _downRoom;
- tHotSpotID _upHotspot;
- tHotSpotID _downHotspot;
+ RoomID _upRoom;
+ RoomID _downRoom;
+ HotSpotID _upHotspot;
+ HotSpotID _downHotspot;
Sprite _elevatorControls;
TimeBase _elevatorTimer;
NotificationCallBack _elevatorCallBack;