From 8db89b8136686a5721080d18e8a14f03404aa095 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 9 Mar 2012 20:46:56 +0200 Subject: LuaEntity armor groups --- src/luaentity_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/luaentity_common.h') diff --git a/src/luaentity_common.h b/src/luaentity_common.h index b63663828..d12ec9f0e 100644 --- a/src/luaentity_common.h +++ b/src/luaentity_common.h @@ -47,6 +47,7 @@ struct LuaEntityProperties #define LUAENTITY_CMD_SET_TEXTURE_MOD 1 #define LUAENTITY_CMD_SET_SPRITE 2 #define LUAENTITY_CMD_PUNCHED 3 +#define LUAENTITY_CMD_UPDATE_ARMOR_GROUPS 4 #endif -- cgit v1.2.3