mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-01-25 00:32:37 +01:00
feat: replace bitwise or operator
This commit is contained in:
committed by
EricS-Valve
parent
74a7bf6bdc
commit
52e5aff811
@@ -304,5 +304,5 @@ bool CHealthAmmoKit::MyTouch( CBasePlayer *pPlayer )
|
||||
}
|
||||
}
|
||||
|
||||
return bAmmoSuccess | bHealthSuccess;
|
||||
return bAmmoSuccess || bHealthSuccess;
|
||||
}
|
||||
Reference in New Issue
Block a user