mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
terminate the builtins table
This commit is contained in:
parent
d7eda4c8e2
commit
593198ef65
1 changed files with 1 additions and 0 deletions
|
@ -731,6 +731,7 @@ static builtin_t builtins[] = {
|
|||
{"CPQW:getwave", PF_getwave, CPQW 95},
|
||||
{"CPQW:clientsound", PF_clientsound, CPQW 96},
|
||||
{"CPQW:touchworld", PF_touchworld, CPQW 97},
|
||||
{0}
|
||||
};
|
||||
|
||||
static struct {
|
||||
|
|
Loading…
Reference in a new issue