Fixed time/badguy errors in statistics, still needs some testing
[supertux.git] / src / game_session.hpp
index 3a216fd..b9e1ff1 100644 (file)
@@ -133,6 +133,8 @@ private:
   CodeController* demo_controller;
 
   std::auto_ptr<Menu> game_menu;
+
+  float play_time; /**< total time in seconds that this session ran interactively */
 };
 
 #endif /*SUPERTUX_GAMELOOP_H*/