Update inventory texture too
[oweals/minetest.git] / src / luaentity_common.h
index 379249d3fec70289dc8141164f9ae14cc8ad4ee3..6e5f11385ffe59012d7c0282c8df0163c2db1f44 100644 (file)
@@ -26,11 +26,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 
 struct LuaEntityProperties
 {
+       // Values are BS=1
        bool physical;
        float weight;
        core::aabbox3d<f32> collisionbox;
        std::string visual;
-       core::list<std::string> textures;
+       core::array<std::string> textures;
 
        LuaEntityProperties();
        std::string dump();