net: Make net_querydata_t description member const
This commit is contained in:
parent
79b4de751c
commit
a39ee1acf6
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ typedef struct
|
||||||
int max_players;
|
int max_players;
|
||||||
int gamemode;
|
int gamemode;
|
||||||
int gamemission;
|
int gamemission;
|
||||||
char *description;
|
const char *description;
|
||||||
net_protocol_t protocol;
|
net_protocol_t protocol;
|
||||||
} net_querydata_t;
|
} net_querydata_t;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue