mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-18 09:51:40 +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
|
} else
|
||||||
track = -1;
|
track = -1;
|
||||||
|
|
||||||
// start the map up
|
// start up the map
|
||||||
//
|
|
||||||
if (c > 2)
|
if (c > 2)
|
||||||
Cmd_ExecuteString (va ("map %s", Cmd_Argv (2)), src_command);
|
Cmd_ExecuteString (va ("map %s", Cmd_Argv (2)), src_command);
|
||||||
|
|
||||||
|
|
|
@ -488,7 +488,7 @@ CL_Stop_f (void)
|
||||||
/*
|
/*
|
||||||
CL_Record_f
|
CL_Record_f
|
||||||
|
|
||||||
record <demoname> <server>
|
record <demoname>
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
CL_Record_f (void)
|
CL_Record_f (void)
|
||||||
|
|
Loading…
Reference in a new issue