mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-24 05:01:24 +00:00
Elder:
VM 0-20-00 Server-Side
This commit is contained in:
parent
f1331b7ee2
commit
322e8aa7de
2 changed files with 5 additions and 0 deletions
|
@ -1199,6 +1199,10 @@ static int PM_FootstepForSurface( void ) {
|
|||
if ( pml.groundTrace.surfaceFlags & SURF_GRASS ) {
|
||||
return EV_FOOTSTEP_GRASS;
|
||||
}
|
||||
|
||||
//if ( pml.groundTrace.surfaceFlags & SURF_GRAVEL ) {
|
||||
//return EV_FOOTSTEP_GRAVEL;
|
||||
//}
|
||||
|
||||
if ( pml.groundTrace.surfaceFlags & SURF_WOOD ) {
|
||||
return EV_FOOTSTEP_WOOD;
|
||||
|
|
|
@ -778,6 +778,7 @@ typedef enum {
|
|||
EV_FOOTSTEP_WOOD,
|
||||
EV_FOOTSTEP_CARPET,
|
||||
EV_FOOTSTEP_METAL2,
|
||||
//EV_FOOTSTEP_GRAVEL,
|
||||
EV_FOOTSPLASH,
|
||||
EV_FOOTWADE,
|
||||
EV_SWIM,
|
||||
|
|
Loading…
Reference in a new issue