X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=r_modules.c;h=dd76b6cae9d4be1fcf74b17d74e09f2e85a0838e;hb=5534363cd693d1486e994d0fc2e21185fb2d9ff8;hp=96e33e2f4761fe5908e85aa9257bf37b4242f19d;hpb=a5e8522bdacd29c436bacd4f563939e350fb5d0f;p=xonotic%2Fdarkplaces.git diff --git a/r_modules.c b/r_modules.c index 96e33e2f..dd76b6ca 100644 --- a/r_modules.c +++ b/r_modules.c @@ -84,6 +84,7 @@ void R_Modules_Restart_f(cmd_state_t *cmd) { CL_StartVideo(); Con_Print("Restarting renderer\n"); + SCR_BeginLoadingPlaque(false); R_Modules_Shutdown(); R_Modules_Start(); }