Fof flag change hotfix
Compare changes
Files
+ 5
− 1
@@ -1111,9 +1111,13 @@ static int ffloor_set(lua_State *L)
This fixes rendering issues caused by changing FOF flags mid-level via Lua or linedef type 445. Everything else that toggles FF_EXISTS already had this fix it turns out.
Not sure if this is safe for master too, could someone check that for me?