0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-23 01:58:24 +00:00

fix a woopsie that brok playdemo

This commit is contained in:
Bill Currie 2001-10-11 04:54:50 +00:00
parent c0f0dcb4b8
commit a7abedccbb

View file

@ -762,6 +762,7 @@ CL_PlayDemo_f (void)
return;
}
strncpy (demoname, Cmd_Argv (1), sizeof (demoname));
CL_StartDemo ();
}
void