Opened 14 years ago
Closed 14 years ago
#229 closed bug (fixed)
Full reload with ammo pack bug
Reported by: | tehtmi | Owned by: | epyon |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.9.5 |
Component: | engine | Version: | 0.9.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When using the special full reload mode of the combat shotgun or missile launcher and when using an ammo pack without enough ammo to complete the full reload, the game will crash.
The expected behavior is to mimic the case of a normal reload for a non IF_SINGLERELOAD weapon, which is to deplete the ammo pack and not delve into the inventory. Although given the way that full reloading calculates the time cost, it would also work to make up the remainder in the inventory.
http://forum.chaosforge.org/index.php/topic,4630.msg37849/topicseen.html#msg37849
Change History (1)
comment:1 Changed 14 years ago by tehtmi
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [1743]) * Fixed full reload with ammo pack crash. (Fixes #229)