mirror of
https://git.code.sf.net/p/quake/nuq
synced 2024-11-22 04:01:11 +00:00
add the maplist command
This commit is contained in:
parent
16614d8e71
commit
16101a8d0b
1 changed files with 1 additions and 0 deletions
|
@ -820,6 +820,7 @@ void CL_Init (void)
|
|||
Cmd_AddCommand ("stop", CL_Stop_f);
|
||||
Cmd_AddCommand ("playdemo", CL_PlayDemo_f);
|
||||
Cmd_AddCommand ("timedemo", CL_TimeDemo_f);
|
||||
Cmd_AddCommand ("maplist", COM_Maplist_f);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue