Show empty weapon: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Matteus (talk | contribs)
No edit summary
(No difference)

Revision as of 17:57, 10 February 2005

show_empty_weapon is a count-down timer.
It is initialized to zero.
It is set to 32 when a new weapon is picked up.
When show_empty_weapon reaches zero from non-zero, the subweapon flag is set if the last_full_weapon was GROW_WEAPON.
More will have to be done here to allow any weapon type to have sub-weapons...