Merge branch 'master' of https://github.com/ZDoom/gzdoom into gzd-master-experimental
This commit is contained in:
commit
2e09abc4e8
39 changed files with 279 additions and 91 deletions
|
|
@ -3225,9 +3225,9 @@ class CommandDrawGem : public SBarInfoCommand
|
|||
int goalValue;
|
||||
private:
|
||||
int chainWiggle;
|
||||
static FRandom pr_chainwiggle;
|
||||
static FCRandom pr_chainwiggle;
|
||||
};
|
||||
FRandom CommandDrawGem::pr_chainwiggle; //use the same method of chain wiggling as heretic.
|
||||
FCRandom CommandDrawGem::pr_chainwiggle; //use the same method of chain wiggling as heretic.
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue