aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/timers.cpp')
-rwxr-xr-xengines/pegasus/timers.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pegasus/timers.cpp b/engines/pegasus/timers.cpp
index 0b052b525d..8ca7de98bf 100755
--- a/engines/pegasus/timers.cpp
+++ b/engines/pegasus/timers.cpp
@@ -31,6 +31,8 @@ namespace Pegasus {
Idler::Idler() {
_isIdling = false;
+ _nextIdler = 0;
+ _prevIdler = 0;
}
Idler::~Idler() {