- moved loadshared() to the right point
[supertux.git] / src / gameloop.h
index 203306e..27f6ce1 100644 (file)
@@ -36,8 +36,8 @@ class GameSession
 {
  private:
   bool quit;
-  timer_type fps_timer;
-  timer_type frame_timer;
+  Timer fps_timer;
+  Timer frame_timer;
   World* world;
   int st_gl_mode;
 
@@ -53,6 +53,8 @@ class GameSession
   int levelnb;
 
  public:
+  Timer time_left;
+
   GameSession();
   GameSession(const std::string& filename);
   GameSession(const std::string& subset, int levelnb, int mode);