* Compiler warning fix from ankon

This commit is contained in:
Tim Angus 2005-10-28 22:10:39 +00:00
parent 4c63d1ed40
commit 090f4d7266
1 changed files with 0 additions and 2 deletions

View File

@ -121,8 +121,6 @@ static client_t *SV_GetPlayerByNum( void ) {
return NULL;
}
return cl;
return NULL;
}
//=========================================================