diff --git a/Quake/cmd.c b/Quake/cmd.c index 938230e9..783475fd 100644 --- a/Quake/cmd.c +++ b/Quake/cmd.c @@ -574,6 +574,7 @@ void Cmd_Init (void) Cmd_AddCommand ("wait", Cmd_Wait_f); Cmd_AddCommand ("apropos", Cmd_Apropos_f); + Cmd_AddCommand ("find", Cmd_Apropos_f); } /*