mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 17:00:53 +00:00
fix warning
This commit is contained in:
parent
8a92368405
commit
f6cafeb599
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ struct gentity_s {
|
|||
// EXPECTS THE FIELDS IN THAT ORDER!
|
||||
//================================
|
||||
|
||||
struct gclient_s *client; // NULL if not a client
|
||||
/*@null@*/ struct gclient_s *client; // NULL if not a client
|
||||
|
||||
qboolean inuse;
|
||||
|
||||
|
|
Loading…
Reference in a new issue