Implement polyobject busting.
This commit is contained in:
parent
d532ddc3fa
commit
8094c98fe5
7 changed files with 323 additions and 8 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue