mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
Fix up some comments.
Lowsy grammar and inaccurate info...
This commit is contained in:
parent
3a1e065a57
commit
fc67f8ce93
2 changed files with 2 additions and 3 deletions
|
@ -307,8 +307,7 @@ CL_Record_f (void)
|
|||
} else
|
||||
track = -1;
|
||||
|
||||
// start the map up
|
||||
//
|
||||
// start up the map
|
||||
if (c > 2)
|
||||
Cmd_ExecuteString (va ("map %s", Cmd_Argv (2)), src_command);
|
||||
|
||||
|
|
|
@ -488,7 +488,7 @@ CL_Stop_f (void)
|
|||
/*
|
||||
CL_Record_f
|
||||
|
||||
record <demoname> <server>
|
||||
record <demoname>
|
||||
*/
|
||||
static void
|
||||
CL_Record_f (void)
|
||||
|
|
Loading…
Reference in a new issue