mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Don't execute commands during the intro
This commit is contained in:
parent
77292fb9ab
commit
ef5759cff5
1 changed files with 3 additions and 1 deletions
|
@ -2181,7 +2181,9 @@ void Com_Frame( void ) {
|
|||
timeBeforeEvents = Sys_Milliseconds ();
|
||||
}
|
||||
Com_EventLoop();
|
||||
Cbuf_Execute(msec);
|
||||
if (CL_FinishedIntro()) {
|
||||
Cbuf_Execute(msec);
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue