mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
host_cmd.c (Host_Startdemos_f): Add missing linefeed in Cbuf_InsertText() call.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@162 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
bb18b7dd41
commit
7f7fdb596d
1 changed files with 1 additions and 1 deletions
|
@ -2152,7 +2152,7 @@ void Host_Startdemos_f (void)
|
|||
if (!fitzmode)
|
||||
{ /* QuakeSpasm customization: */
|
||||
/* go straight to menu, no CL_NextDemo */
|
||||
Cbuf_InsertText("menu_main");
|
||||
Cbuf_InsertText("menu_main\n");
|
||||
return;
|
||||
}
|
||||
CL_NextDemo ();
|
||||
|
|
Loading…
Reference in a new issue