mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
cd command tweaks
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@284 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
a0f158b276
commit
0494f72f2b
1 changed files with 10 additions and 9 deletions
|
@ -243,10 +243,10 @@ static void CD_f (void)
|
|||
|
||||
if (Cmd_Argc() < 2)
|
||||
{
|
||||
Con_Printf("commands:");
|
||||
Con_Printf("commands:\n");
|
||||
Con_Printf(" on, off, reset, remap, \n");
|
||||
Con_Printf("play, stop, loop, pause, resume\n");
|
||||
Con_Printf("eject, info\n");
|
||||
Con_Printf(" play, stop, next, prev, loop,\n");
|
||||
Con_Printf(" pause, resume, eject, info\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -379,6 +379,7 @@ static void CD_f (void)
|
|||
|
||||
return;
|
||||
}
|
||||
Con_Printf ("cd: no such command. Use \"cd\" for help.\n");
|
||||
}
|
||||
|
||||
static qboolean CD_GetVolume (void *unused)
|
||||
|
|
Loading…
Reference in a new issue