From 75a0ca6bd67aa9ca87668bc27d36399b5028c2b1 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 12 Nov 2011 15:14:24 +0200 Subject: Scripting WIP --- src/luaentity_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/luaentity_common.h') 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 collisionbox; std::string visual; - core::list textures; + core::array textures; LuaEntityProperties(); std::string dump(); -- cgit v1.2.3