Wesley Johnson - 2024-03-05

Patched in SVN 1679.
Removed extra int i:
The copy of mobjinfo->flags3 to the spawned mobj was missing.
The DSDA-Doom reference did not have a flags3, as they had just expanded flags2 to 64 bits instead.
There may be more bugs like this due to implementing it in a significantly different environment.
I have not done much for test playing it yet.

The fix for the sep in fix_action_parm is in next commit. That line gets moved up into the if brackets.