Fixed jHeretic: The Blaster Missile was not written to saved games. This was due to these mobjs using an alternative thinker (P_BlasterMobjThinker) and the save code has only ever checked for mobjs using P_MobjThinker (all the way back to Heretic.exe). I've gotten rid of P_BlasterMobjThinker and moved the logic into P_MobjThinker which is now used instead.
Fixed jHeretic: The Blaster Missile was not written to saved games. This was due to these mobjs using an alternative thinker (P_BlasterMobjThinker) and the save code has only ever checked for mobjs using P_MobjThinker (all the way back to Heretic.exe). I've gotten rid of P_BlasterMobjThinker and moved the logic into P_MobjThinker which is now used instead.