- 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
|
|
@ -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