mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
* Compiler warning fix from ankon
This commit is contained in:
parent
4c63d1ed40
commit
090f4d7266
1 changed files with 0 additions and 2 deletions
|
@ -121,8 +121,6 @@ static client_t *SV_GetPlayerByNum( void ) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
return cl;
|
return cl;
|
||||||
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//=========================================================
|
//=========================================================
|
||||||
|
|
Loading…
Reference in a new issue