diff --git a/src/sp_lev.c b/src/sp_lev.c index 94a829938..5f0fcda92 100644 --- a/src/sp_lev.c +++ b/src/sp_lev.c @@ -2655,6 +2655,7 @@ lua_State *L; tmpobj.recharged = 0; tmpobj.greased = 0; tmpobj.broken = 0; + tmpobj.containment = 0; if (argc == 1 && lua_type(L, 1) == LUA_TSTRING) { const char *paramstr = luaL_checkstring(L, 1);