mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-29 20:20:43 +00:00
Whoops, missed these.
This commit is contained in:
parent
979ee7b2f8
commit
1668dd5c1a
2 changed files with 2 additions and 2 deletions
|
@ -864,7 +864,7 @@ Key_Init (cbuf_t *cb)
|
||||||
"RECOGNIZED key-press. If the key pressed produces no "
|
"RECOGNIZED key-press. If the key pressed produces no "
|
||||||
"output, " PROGRAM " does not recognise that key.");
|
"output, " PROGRAM " does not recognise that key.");
|
||||||
|
|
||||||
GIB_Builtin_Add ("bind::get", Key_GIB_Bind_Get_f, GIB_BUILTIN_NORMAL);
|
GIB_Builtin_Add ("bind::get", Key_GIB_Bind_Get_f);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -423,7 +423,7 @@ Locs_Init (void)
|
||||||
{
|
{
|
||||||
Cmd_AddCommand ("loc", locs_loc, "Location marker editing commands: 'loc "
|
Cmd_AddCommand ("loc", locs_loc, "Location marker editing commands: 'loc "
|
||||||
"help' for more");
|
"help' for more");
|
||||||
GIB_Builtin_Add ("loc::get", Locs_Loc_Get, GIB_BUILTIN_NORMAL);
|
GIB_Builtin_Add ("loc::get", Locs_Loc_Get);
|
||||||
}
|
}
|
||||||
|
|
||||||
static const char *
|
static const char *
|
||||||
|
|
Loading…
Reference in a new issue