mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +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;
|
||||
} cpqw_func_list[] = {
|
||||
{"ClientCommand", &cpqw_funcs.ClientCommand},
|
||||
{"UserInfo_Changed", &sv_funcs.UserInfoChanged},
|
||||
};
|
||||
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue