mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
spelling error :P
This commit is contained in:
parent
3f1479c204
commit
0177971620
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +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},
|
{"UserInfoChanged", &sv_funcs.UserInfoChanged},
|
||||||
};
|
};
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in a new issue