Changed the background feeding format for the new level format.
[supertux.git] / src / worldmap.h
index 5b4607a..10b86d7 100644 (file)
@@ -160,7 +160,6 @@ public:
 
     /** Message to show in the Map */
     std::string display_map_message;
-    Timer display_map_message_timer;
     bool passive_message;
 
     /** Go to this world */
@@ -179,6 +178,10 @@ public:
     bool west;
   };
 
+  /** Variables to deal with the passive map messages */
+  Timer passive_message_timer;
+  std::string passive_message;
+
 private:
   std::string map_filename;