more annotations added

This commit is contained in:
Walter Julius Hennecke 2013-05-23 23:44:50 +02:00
parent 5dd3e5f304
commit 8a92368405

View file

@ -645,9 +645,9 @@ struct srvChangeData_s {
* Contains important informations about the current leve and information needed for game logic.
*/
typedef struct {
struct gclient_s* clients; /*!< level clients */
/*@shared@*/ struct gclient_s* clients; /*!< level clients */
struct gentity_s* gentities; /*! level gentities */
/*@shared@*/ struct gentity_s* gentities; /*! level gentities */
int gentitySize; /*! size of gentity */
int num_entities; /*!< current number of entities, <= MAX_GENTITIES */