Mapgens: Rename m_emerge to prevent name collisions
[oweals/minetest.git] / src / staticobject.h
index 640747e96dbe3152823d02cb0d6a16444a6582d7..575c15b18d9de747c9fbaf717cb30ce169d90a22 100644 (file)
@@ -54,7 +54,7 @@ class StaticObjectList
 public:
        /*
                Inserts an object to the container.
-               Id must be unique or 0.
+               Id must be unique (active) or 0 (stored).
        */
        void insert(u16 id, StaticObject obj)
        {