mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-03 02:30:53 +00:00
- ZDoom r1833.
git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@453 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
2352d102e9
commit
22ec6e8f71
3 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue