diff options
Diffstat (limited to 'mp/src/game/server/props.cpp')
| -rw-r--r-- | mp/src/game/server/props.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/game/server/props.cpp b/mp/src/game/server/props.cpp index 4d121d71..648191db 100644 --- a/mp/src/game/server/props.cpp +++ b/mp/src/game/server/props.cpp @@ -1517,7 +1517,7 @@ void CBreakableProp::OnPhysGunDrop( CBasePlayer *pPhysGunUser, PhysGunDrop_t Rea SetPhysicsAttacker( pPhysGunUser, gpGlobals->curtime ); - if( Reason == PUNTED_BY_CANNON ) + if( (int)Reason == (int)PUNTED_BY_CANNON ) { PlayPuntSound(); } |