mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
make UserInfoChanged used in cpqw (should this be global?)
This commit is contained in:
parent
7c542dd8e8
commit
3f1479c204
1 changed files with 1 additions and 0 deletions
|
@ -739,6 +739,7 @@ static struct {
|
||||||
func_t *field;
|
func_t *field;
|
||||||
} cpqw_func_list[] = {
|
} cpqw_func_list[] = {
|
||||||
{"ClientCommand", &cpqw_funcs.ClientCommand},
|
{"ClientCommand", &cpqw_funcs.ClientCommand},
|
||||||
|
{"UserInfo_Changed", &sv_funcs.UserInfoChanged},
|
||||||
};
|
};
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue