Fix a few warnings
This commit is contained in:
parent
c621589157
commit
621a72e698
18 changed files with 76 additions and 74 deletions
|
@ -348,6 +348,10 @@ RespawnItem
|
|||
===============
|
||||
*/
|
||||
void RespawnItem( gentity_t *ent ) {
|
||||
if (!ent) {
|
||||
return;
|
||||
}
|
||||
|
||||
// randomly select from teamed entities
|
||||
if (ent->team) {
|
||||
gentity_t *master;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue