mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 17:00:53 +00:00
fixes
splint warnings for game: 10017
This commit is contained in:
parent
dc381580c1
commit
413fea7896
1 changed files with 4 additions and 4 deletions
|
@ -725,10 +725,10 @@ typedef struct {
|
|||
|
||||
int numBrushEnts; /*!< number of entities in the level that use brushmodels */
|
||||
|
||||
/*@shared@*/ /*@null@*/ list_p safezones; /*!< self destruct safezones list */
|
||||
/*@shared@*/ /*@null@*/ list_p locations; /*!< level locations list */
|
||||
/*@shared@*/ /*@null@*/ list_p timedMessages; /*!< timed messages list */
|
||||
/*@shared@*/ /*@null@*/ list_iter_p iterTimedMessages;
|
||||
/*@null@*/ list_p safezones; /*!< self destruct safezones list */
|
||||
/*@null@*/ list_p locations; /*!< level locations list */
|
||||
/*@null@*/ list_p timedMessages; /*!< timed messages list */
|
||||
/*@null@*/ list_iter_p iterTimedMessages;
|
||||
|
||||
// other stuff
|
||||
srvChangeData_t srvChangeData; /*!< Server change data */
|
||||
|
|
Loading…
Reference in a new issue