mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-16 17:11:03 +00:00
Überflüssige Zeile entfernt
This commit is contained in:
parent
80c4bf995b
commit
5ee8f8909c
1 changed files with 0 additions and 1 deletions
|
@ -610,7 +610,6 @@ void SCR_PlayCinematic (char *arg)
|
|||
FS_FOpenFile (name, &cl.cinematic_file);
|
||||
if (!cl.cinematic_file)
|
||||
{
|
||||
// Com_Error (ERR_DROP, "Cinematic %s not found.\n", name);
|
||||
SCR_FinishCinematic ();
|
||||
cl.cinematictime = 0; // done
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue