X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=r_modules.c;h=0899b880d4cc2e71ed3d2e42a3a23dcbef2b8b70;hb=0dab13d8227daa31cf55e80977cef0397e7357c6;hp=f9ce9508d018376c41d89b0c4a1d741e7252dcfc;hpb=d57be67cb00229acb8564b92c8b7c58eeed8a0cb;p=xonotic%2Fdarkplaces.git diff --git a/r_modules.c b/r_modules.c index f9ce9508..0899b880 100644 --- a/r_modules.c +++ b/r_modules.c @@ -73,7 +73,7 @@ void R_Modules_Shutdown(void) void R_Modules_Restart(void) { - Con_Printf("restarting renderer\n"); + Con_Print("restarting renderer\n"); R_Modules_Shutdown(); R_Modules_Start(); } @@ -90,3 +90,4 @@ void R_Modules_NewMap(void) rendermodule[i].newmap(); } } +