From: cloudwalk Date: Sat, 30 May 2020 19:59:11 +0000 (+0000) Subject: Fix compile warning. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b27a6023a8702e51819fb5ad8060468675d8c995;p=xonotic%2Fdarkplaces.git Fix compile warning. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12611 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/screen.h b/screen.h index 02321150..8a9080c7 100644 --- a/screen.h +++ b/screen.h @@ -27,6 +27,7 @@ void CL_UpdateScreen (void); void SCR_CenterPrint(const char *str); void SCR_BeginLoadingPlaque (qboolean startup); +void SCR_EndLoadingPlaque (void); // invoke refresh of loading plaque (nothing else seen) void SCR_UpdateLoadingScreen(qboolean clear, qboolean startup);