aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/caldoria/caldoria4dsystem.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-12-16 14:17:50 -0500
committerMatthew Hoops2011-12-16 14:17:50 -0500
commit12efb47b536d2f663c9cde2739a1fd40599da669 (patch)
tree9ce08d6a798ff5138ee2908642e6468d7d2b249e /engines/pegasus/neighborhood/caldoria/caldoria4dsystem.h
parentfdced472abc830c07d28474727db004c8018fcac (diff)
downloadscummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.tar.gz
scummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.tar.bz2
scummvm-rg350-12efb47b536d2f663c9cde2739a1fd40599da669.zip
PEGASUS: Remove t prefix from typedefs
Some other minor cleanup too
Diffstat (limited to 'engines/pegasus/neighborhood/caldoria/caldoria4dsystem.h')
-rwxr-xr-xengines/pegasus/neighborhood/caldoria/caldoria4dsystem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/pegasus/neighborhood/caldoria/caldoria4dsystem.h b/engines/pegasus/neighborhood/caldoria/caldoria4dsystem.h
index e0217918fa..63de7e1c4e 100755
--- a/engines/pegasus/neighborhood/caldoria/caldoria4dsystem.h
+++ b/engines/pegasus/neighborhood/caldoria/caldoria4dsystem.h
@@ -50,7 +50,7 @@ protected:
void handleInput(const Input &, const Hotspot *);
void activateHotspots();
void clickInHotspot(const Input &, const Hotspot *);
- void receiveNotification(Notification *, const tNotificationFlags);
+ void receiveNotification(Notification *, const NotificationFlags);
void setSpritesMovie();
void makeIslandChoice();
void makeRockChoice();
@@ -61,7 +61,7 @@ protected:
void makeAcousticChoice();
void useIdleTime();
- void loopExtra(const tExtraID);
+ void loopExtra(const ExtraID);
Movie _4DSpritesMovie;
TimeScale _4DSpritesScale;
@@ -70,7 +70,7 @@ protected:
uint _audioChoice;
Notification *_neighborhoodNotification;
TimeValue _loopStart;
- tHotSpotID _clickedHotspotID;
+ HotSpotID _clickedHotspotID;
};
} // End of namespace Pegasus