summaryrefslogtreecommitdiff
path: root/src/timers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/timers.cpp')
-rw-r--r--src/timers.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/timers.cpp b/src/timers.cpp
index ea0122a9c..0a40106d6 100644
--- a/src/timers.cpp
+++ b/src/timers.cpp
@@ -66,6 +66,14 @@ time_t Timer::GetSetTime() const
return settime;
}
+/** Sets the interval between ticks
+ * @param t The new interval
+ */
+void Timer::SetSecs(time_t t)
+{
+ secs = t;
+}
+
/** Returns the interval between ticks
* @return The interval
*/