Statistics are now invalid (i.e. no displaying, no merging) after restarting a level...
[supertux.git] / src / timer.cpp
index 939b930..105ce75 100644 (file)
@@ -23,6 +23,7 @@
 #include "timer.hpp"
 
 float game_time = 0;
+float real_time = 0;
 
 Timer::Timer()
   : period(0), cycle_start(0), cyclic(false)