minor updates
[supertux.git] / src / timer.cpp
index 5b22c13..1fd716d 100644 (file)
@@ -53,6 +53,14 @@ return;
   st_pause_count = 0;
 }
 
+bool st_pause_ticks_started(void)
+{
+if(st_pause_count == 0)
+return false;
+else
+return true;
+}
+
 Timer::Timer()
 {
   init(true);