Fix warning.

This commit is contained in:
Night Owl 2018-10-25 20:02:20 +05:00
parent 197be2629c
commit e9466125eb
1 changed files with 2 additions and 0 deletions

View File

@ -585,6 +585,8 @@ BOOL CRoboCop::CheckRangeAttack1(float flDot, float flDist)
{
return TRUE;
}
return FALSE;
}
//=========================================================