- 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);
}
extern FRandom pr_bounce ("Bounce");
extern FRandom pr_bounce;
bool P_BounceActor (AActor *mo, AActor * BlockingMobj)
{
if (mo && BlockingMobj && ((mo->BounceFlags & BOUNCE_AllActors)