- updated es.po
[supertux.git] / src / sector.h
index fea92d3..96a2e45 100644 (file)
@@ -148,6 +148,7 @@ public: // ugly
   InteractiveObjects interactive_objects;
   typedef std::vector<GameObject*> GameObjects;
   GameObjects gameobjects;
+  GameObjects gameobjects_new; // For newly created objects
 
 private:
   typedef std::vector<SpawnPoint*> SpawnPoints;