mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Wenn Video auf Video folgt, wie z.B. beim Start von Xatrix, kann es bei
Abbruch des ersten Videos dazu kommen, dass 2 Videos parallel laufen. Das ist extrem PITA, daher immer wenn geladen wird das Video abbrechen.
This commit is contained in:
parent
c13b2f9bbe
commit
e6d371bd9d
1 changed files with 1 additions and 0 deletions
|
@ -577,6 +577,7 @@ void SCR_BeginLoadingPlaque (void)
|
|||
else
|
||||
scr_draw_loading = 1;
|
||||
SCR_UpdateScreen ();
|
||||
SCR_StopCinematic();
|
||||
cls.disable_screen = Sys_Milliseconds ();
|
||||
cls.disable_servercount = cl.servercount;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue