From 3d702a9ad5f04179d78659f48579f3466abbe69a Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 28 Oct 2014 23:30:38 +0100 Subject: [PATCH] diisplay only active timers --- libcore/timers.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libcore/timers.c b/libcore/timers.c index 09af69b..00f40e9 100644 --- a/libcore/timers.c +++ b/libcore/timers.c @@ -24,8 +24,10 @@ cGlobalSortedTimers::cGlobalSortedTimers(bool forceRefresh) : cVectorHasFlags(tfActive)) + Append(Timer); + } //if remotetimers plugin is available, take timers also from him if (pRemoteTimers) {