Walking snd toggle: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
This is initialized to zero. It is a non-zero count-down timer This is used to delay making walking sounds to that they occur every 'other' frame
This is initialized to zero. It is a non-zero count-down timer This is used to delay making walking sounds to that they occur every 'other' frame. It randomly sets this number to 0 and 1. When the number is 1, a walking sound will start depending on the floor duke is running on.


[[Category:Player structure members]]
[[Category:Player structure members]]

Latest revision as of 15:54, 7 June 2011

This is initialized to zero. It is a non-zero count-down timer This is used to delay making walking sounds to that they occur every 'other' frame. It randomly sets this number to 0 and 1. When the number is 1, a walking sound will start depending on the floor duke is running on.