aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/hotspot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/hotspot.h')
-rw-r--r--engines/pegasus/hotspot.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/pegasus/hotspot.h b/engines/pegasus/hotspot.h
index bc1d054f0d..623609d862 100644
--- a/engines/pegasus/hotspot.h
+++ b/engines/pegasus/hotspot.h
@@ -145,8 +145,7 @@ public:
typedef HotspotList::iterator HotspotIterator;
-// FIXME: Remove global construction
-extern HotspotList g_allHotspots;
+#define g_allHotspots (((PegasusEngine *)g_engine)->getAllHotspots())
} // End of namespace Pegasus