- fix duplicated variable resulting in an assert on startup.

static definitions in headers are evil! Don't do that!
This commit is contained in:
Christoph Oelckers 2023-08-09 10:12:16 +02:00
parent d3fa699782
commit 479795abe2

View file

@ -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");
//==========================================================================
//