- 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:
Christoph Oelckers 2009-09-15 06:35:46 +00:00
commit 4d18698f43
3 changed files with 4 additions and 2 deletions

View file

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