mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-21 11:31:43 +00:00
...
This commit is contained in:
parent
4627b762c5
commit
5dd3e5f304
1 changed files with 3 additions and 3 deletions
|
@ -725,9 +725,9 @@ typedef struct {
|
|||
|
||||
int numBrushEnts; /*!< number of entities in the level that use brushmodels */
|
||||
|
||||
list_p safezones; /*!< self destruct safezones list */
|
||||
list_p locations; /*!< level locations list */
|
||||
list_p timedMessages; /*!< timed messages list */
|
||||
/*@null@*/ list_p safezones; /*!< self destruct safezones list */
|
||||
/*@null@*/ list_p locations; /*!< level locations list */
|
||||
/*@null@*/ list_p timedMessages; /*!< timed messages list */
|
||||
|
||||
// other stuff
|
||||
srvChangeData_t srvChangeData; /*!< Server change data */
|
||||
|
|
Loading…
Reference in a new issue