Ooops, forgot to upload the actual Statistics implementation.
[supertux.git] / src / gameloop.h
index 1efa4a3..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: