beyond-all-reason / spring

A powerful free cross-platform RTS game engine
https://beyond-all-reason.github.io/spring/
Other
223 stars 102 forks source link

Apparently you can't use geovents as death feature #1686

Open sprunk opened 2 months ago

sprunk commented 2 months ago

There's this check that blocks model-less features from being used as a wreck, why? Figure out if this is the line actually responsible, if there is a good reason for it to exist, and remove it if not. https://github.com/beyond-all-reason/spring/blob/6b0c2cca0a2a3eb44a37ede1e2cf7e9bc9e456fe/rts/Sim/Features/FeatureHandler.cpp#L173-L174

sprunk commented 1 week ago

Looks like this line exists in the first commit. https://github.com/beyond-all-reason/spring/blob/d1811b38413e5e98daff05e1eba3b4b1660e38f5/rts/FeatureHandler.cpp#L116

Sounds fine to remove.