Ooops, forgot to upload the actual Statistics implementation.
[supertux.git] / src / gameloop.h
index d36c95c..c72a3a1 100644 (file)
@@ -86,6 +86,7 @@ private:
   // the sector and spawnpoint we shoudl spawn after this frame
   std::string newsector;
   std::string newspawnpoint;
+
 public:
   enum ExitStatus { ES_NONE, ES_LEVEL_FINISHED, ES_GAME_OVER, ES_LEVEL_ABORT };
 private:
@@ -117,6 +118,8 @@ private:
 
   // for cheating
   std::string last_keys;
+  // for fire works
+  Timer random_timer;
 
   void restart_level();