- ZDoom r1833.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@453 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2009-09-15 06:39:32 +00:00
parent 2352d102e9
commit 22ec6e8f71
3 changed files with 2 additions and 2 deletions

View file

@ -2674,7 +2674,7 @@ bool P_BounceWall (AActor *mo)
return slide.BounceWall(mo); return slide.BounceWall(mo);
} }
extern FRandom pr_bounce ("Bounce"); extern FRandom pr_bounce;
bool P_BounceActor (AActor *mo, AActor * BlockingMobj) bool P_BounceActor (AActor *mo, AActor * BlockingMobj)
{ {
if (mo && BlockingMobj && ((mo->BounceFlags & BOUNCE_AllActors) if (mo && BlockingMobj && ((mo->BounceFlags & BOUNCE_AllActors)

View file

@ -88,7 +88,7 @@ EXTERN_CVAR (Int, cl_rockettrails)
static bool SpawningMapThing; static bool SpawningMapThing;
static FRandom pr_explodemissile ("ExplodeMissile"); static FRandom pr_explodemissile ("ExplodeMissile");
static FRandom pr_bounce ("Bounce"); FRandom pr_bounce ("Bounce");
static FRandom pr_reflect ("Reflect"); static FRandom pr_reflect ("Reflect");
static FRandom pr_nightmarerespawn ("NightmareRespawn"); static FRandom pr_nightmarerespawn ("NightmareRespawn");
static FRandom pr_botspawnmobj ("BotSpawnActor"); static FRandom pr_botspawnmobj ("BotSpawnActor");

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 B