mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 17:21:10 +00:00
- fix duplicated variable resulting in an assert on startup.
static definitions in headers are evil! Don't do that!
This commit is contained in:
parent
d3fa699782
commit
479795abe2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ extern FRandom pr_spawnmissile;
|
|||
extern FRandom pr_facetarget;
|
||||
extern FRandom pr_railface;
|
||||
extern FRandom pr_crailgun;
|
||||
static FRandom pr_shadowaimz("VerticalShadowAim");
|
||||
inline FRandom pr_shadowaimz("VerticalShadowAim");
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue