Added ability to define a 'target time' for levels which is taken into consideration...
[supertux.git] / src / worldmap / level.hpp
index 8730d29..58935b1 100644 (file)
@@ -50,6 +50,7 @@ public:
 
   /** Statistics for level tiles */
   Statistics statistics;
+  float target_time;
 
   /** Script that is run when the level is successfully finished */
   std::string extro_script;