diff options
Diffstat (limited to 'src/luaentity_common.h')
-rw-r--r-- | src/luaentity_common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luaentity_common.h b/src/luaentity_common.h index 379249d3f..6e5f11385 100644 --- a/src/luaentity_common.h +++ b/src/luaentity_common.h @@ -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(); |