From d2789a152f56120812b7f7c228eb35884ec817aa Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 2 Oct 2011 23:31:01 -0400 Subject: PEGASUS: Fix idlers freeing themselves Our idler handling is more like the original now --- engines/pegasus/pegasus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pegasus/pegasus.h') 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 _idlers; + Idler *_idlerHead; void giveIdleTime(); // Items -- cgit v1.2.3