fixed build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401764
This commit is contained in:
David Anderson 2007-12-04 02:10:02 +00:00
parent b569bd8f97
commit ec11691734

View File

@ -206,7 +206,7 @@ bool CStrike::ProcessCommandTarget(cmd_target_info_t *info)
{
continue;
}
if (pInfo->GetTeamIndex() != team_index)
if (pInfo->GetTeamIndex() != (int)team_index)
{
continue;
}