mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
fix a woopsie that brok playdemo
This commit is contained in:
parent
c0f0dcb4b8
commit
a7abedccbb
1 changed files with 1 additions and 0 deletions
|
@ -762,6 +762,7 @@ CL_PlayDemo_f (void)
|
|||
return;
|
||||
}
|
||||
strncpy (demoname, Cmd_Argv (1), sizeof (demoname));
|
||||
CL_StartDemo ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue