- new more bulletprof endsequence code patch from MatzeB
[supertux.git] / src / timer.cpp
index a8f2d75..5b22c13 100644 (file)
@@ -53,6 +53,11 @@ return;
   st_pause_count = 0;
 }
 
+Timer::Timer()
+{
+  init(true);
+}
+
 void
 Timer::init(bool st_ticks)
 {