WeiDUorg / weidu

WeiDU is a program used to develop, distribute and install modifications for games based on the Infinity Engine.
http://www.weidu.org
GNU General Public License v2.0
87 stars 19 forks source link

Update parameters of function fj_are_structure #205

Closed Argent77 closed 2 years ago

Argent77 commented 2 years ago

Added/updated EE-specific fields for fj_are_structure types spawn, animation, songs and projectile.

Note: Parameter fj_target (short) of projectile type may not be fully backwards compatible because it has been split into fj_target (byte) for the intended EA target and the trap creator fj_creator (byte). However, it isn't widely known that the creator field exists and should default to 0 in existing mods (if there are any).