diff --git a/libs/video/targets/keys.c b/libs/video/targets/keys.c index 777e11536..7bcc834d7 100644 --- a/libs/video/targets/keys.c +++ b/libs/video/targets/keys.c @@ -864,7 +864,7 @@ Key_Init (cbuf_t *cb) "RECOGNIZED key-press. If the key pressed produces no " "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); } diff --git a/qw/source/teamplay.c b/qw/source/teamplay.c index 7645db6bb..00b0bb93d 100644 --- a/qw/source/teamplay.c +++ b/qw/source/teamplay.c @@ -423,7 +423,7 @@ Locs_Init (void) { Cmd_AddCommand ("loc", locs_loc, "Location marker editing commands: 'loc " "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 *