Code: Select all
SpawnPolyobj: psIndex > PO_MAXPOLYSEGS
Code: Select all
SpawnPolyobj: psIndex > PO_MAXPOLYSEGS
A lot less. :( I trimmed my polyobj down to 22 lindefs (far beyond the point of "why bother?"), but it still spits the error out at me.Graf Zahl wrote:64 segs, not linedefs. Depending on the surrounding geometry this might mean less than 64 linedefs.
I'd be grateful if there was a work around. Normally I'd just find a way to work within the limits (Subvert and Pervert!) but this case I can't acceptably. :(This should be easily replacable with a dynamic array to get rid of the limit, right?