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