mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- forgot damagefactor setting in Actor class.
SVN r1916 (trunk)
This commit is contained in:
parent
ce2e85c7b2
commit
34a4738b74
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ ACTOR Actor native //: Thinker
|
|||
BounceCount -1
|
||||
FloatSpeed 4
|
||||
Gravity 1
|
||||
DamageFactor 1.0
|
||||
PushFactor 0.25
|
||||
|
||||
// Variables for the expression evaluator
|
||||
|
|
Loading…
Reference in a new issue