summaryrefslogtreecommitdiff
path: root/src/luaentity_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/luaentity_common.h')
-rw-r--r--src/luaentity_common.h3
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();