remove redundant comment
This commit is contained in:
parent
3d46bc434c
commit
1b91f96fa0
1 changed files with 0 additions and 1 deletions
|
|
@ -1166,7 +1166,6 @@ void G_FinalClipAimingPitch(INT32 *aiming, player_t *player, boolean skybox)
|
|||
boolean G_AxisInDeadzone(UINT8 p, event_t *ev)
|
||||
{
|
||||
fixed_t deadzonetype = G_GetDeadZoneType(p, G_GetAxisTypeForData1(ev->data1));
|
||||
// Lets make button default....
|
||||
return abs(ev->data2) <= (JOYAXISRANGE * deadzonetype) / FRACUNIT;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue