- fixed: pr_bounce was declared statically in o_mobj.cpp and redeclared externally
in p_map.cpp resulting in a CRC conflict. SVN r1832 (trunk)
This commit is contained in:
parent
3a6d66e230
commit
4d18698f43
3 changed files with 4 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ EXTERN_CVAR (Int, cl_rockettrails)
|
|||
|
||||
static bool SpawningMapThing;
|
||||
static FRandom pr_explodemissile ("ExplodeMissile");
|
||||
static FRandom pr_bounce ("Bounce");
|
||||
FRandom pr_bounce ("Bounce");
|
||||
static FRandom pr_reflect ("Reflect");
|
||||
static FRandom pr_nightmarerespawn ("NightmareRespawn");
|
||||
static FRandom pr_botspawnmobj ("BotSpawnActor");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue