Skip to content
Snippets Groups Projects
Commit 5df1dd32 authored by MascaraSnake's avatar MascaraSnake
Browse files

Fix oversight in T_MoveFloor

parent 2e120953
No related branches found
No related tags found
9 merge requests!1714UDMF: The whole thing,!1696UDMF: Sector fields,!1694UDMF: More linedef types,!1693UDMF: Thing types,!1680UDMF: Linedef executor triggers,!1621UDMF: Lighting,!1572UDMF: PolyObject actions,!1564UDMF: Scrollers and pushers,!1557UDMF: Plane movers
......@@ -231,6 +231,7 @@ void T_MoveFloor(floormove_t *movefloor)
remove = true;
break;
default:
remove = true;
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment