Reset interp scale when Lua sets .scale

This commit is contained in:
Eidolon 2022-04-28 18:36:10 -05:00
parent 0f2e200fa1
commit 34eebcb4b8

View file

@ -767,6 +767,7 @@ static int mobj_set(lua_State *L)
scale = FRACUNIT/100;
mo->destscale = scale;
P_SetScale(mo, scale);
mo->old_scale = scale;
break;
}
case mobj_destscale: