X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=r_modules.c;h=dd76b6cae9d4be1fcf74b17d74e09f2e85a0838e;hb=91c8c57e0608ab2eaf28b9ece97b1b060eb791a5;hp=96e33e2f4761fe5908e85aa9257bf37b4242f19d;hpb=f02aede58fe2b44b1eba101a09bdef4c99222d32;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(); }