aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/pegasus.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-10-02 23:31:01 -0400
committerMatthew Hoops2011-10-02 23:31:01 -0400
commitd2789a152f56120812b7f7c228eb35884ec817aa (patch)
tree627e59b0d3672721278002e0e93f598caa84f8a7 /engines/pegasus/pegasus.h
parent0756f72c202295dd8566753cd24f6d3db18d2d88 (diff)
downloadscummvm-rg350-d2789a152f56120812b7f7c228eb35884ec817aa.tar.gz
scummvm-rg350-d2789a152f56120812b7f7c228eb35884ec817aa.tar.bz2
scummvm-rg350-d2789a152f56120812b7f7c228eb35884ec817aa.zip
PEGASUS: Fix idlers freeing themselves
Our idler handling is more like the original now
Diffstat (limited to 'engines/pegasus/pegasus.h')
-rw-r--r--engines/pegasus/pegasus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/pegasus/pegasus.h b/engines/pegasus/pegasus.h
index 0dd0a2abe3..a09a9231b2 100644
--- a/engines/pegasus/pegasus.h
+++ b/engines/pegasus/pegasus.h
@@ -211,7 +211,7 @@ private:
Common::String _introDirectory;
// Idlers
- Common::List<Idler *> _idlers;
+ Idler *_idlerHead;
void giveIdleTime();
// Items