aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/hotspot.cpp
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-05 16:46:00 -0400
committerMatthew Hoops2011-09-05 16:46:39 -0400
commit593aec681d138f7106b034530f5b5eb89643bce1 (patch)
treecd45642b5f8af6e92cbd0e038cc3688626a1f4a6 /engines/pegasus/hotspot.cpp
parent74054cff2d43ee641ac87b9d27ac915523b63e83 (diff)
downloadscummvm-rg350-593aec681d138f7106b034530f5b5eb89643bce1.tar.gz
scummvm-rg350-593aec681d138f7106b034530f5b5eb89643bce1.tar.bz2
scummvm-rg350-593aec681d138f7106b034530f5b5eb89643bce1.zip
PEGASUS: Restructure remaining MMShell code into the base code
MMTimeValue has been removed, as Common::Timestamp will just be used instead
Diffstat (limited to 'engines/pegasus/hotspot.cpp')
-rwxr-xr-xengines/pegasus/hotspot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/hotspot.cpp b/engines/pegasus/hotspot.cpp
index f97ad1d290..58ca353831 100755
--- a/engines/pegasus/hotspot.cpp
+++ b/engines/pegasus/hotspot.cpp
@@ -29,7 +29,7 @@ namespace Pegasus {
HotspotList g_allHotspots;
-Hotspot::Hotspot(const tHotSpotID id) : MMIDObject(id) {
+Hotspot::Hotspot(const tHotSpotID id) : IDObject(id) {
_spotFlags = kNoHotSpotFlags;
_spotActive = false;
}