Skip to content
  • Richard Gobeille's avatar
    Change A_AddToDeleteQueue() to call A_DeleteSprite() on sprites it removes... · 30defd86
    Richard Gobeille authored
    Change A_AddToDeleteQueue() to call A_DeleteSprite() on sprites it removes from the queue directly, as sprites with statnums other than STAT_ACTOR and STAT_MISC are not deleted automatically when their xrepeat is 0. This fixes using CON_INSERTSPRITEQ with sprites of statnums other than STAT_ACTOR and STAT_MISC.
    
    From-SVN: r7275
    30defd86