Implement polyobject busting.

This commit is contained in:
Mari the Deer 2021-09-28 18:43:27 +02:00
commit 8094c98fe5
7 changed files with 323 additions and 8 deletions

View file

@ -16,6 +16,9 @@ class swwm_PolyobjectHandle: Thinker
// Line defining the polyobject (Polyobj_StartLine, or one of Polyobj_ExplicitLine)
Line StartLine;
// [MK] All lines belonging to the polyobject
Array<Line> Lines;
// Initial angle of StartLine
double StartAngle;