Fix up some comments.

Lowsy grammar and inaccurate info...
This commit is contained in:
Bill Currie 2012-06-08 20:07:31 +09:00
parent 3a1e065a57
commit fc67f8ce93
2 changed files with 2 additions and 3 deletions

View file

@ -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);

View file

@ -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)