Don't execute commands during the intro

This commit is contained in:
smallmodel 2024-09-15 01:21:20 +02:00
parent 77292fb9ab
commit ef5759cff5
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -2181,7 +2181,9 @@ void Com_Frame( void ) {
timeBeforeEvents = Sys_Milliseconds ();
}
Com_EventLoop();
Cbuf_Execute(msec);
if (CL_FinishedIntro()) {
Cbuf_Execute(msec);
}
//