From b27a6023a8702e51819fb5ad8060468675d8c995 Mon Sep 17 00:00:00 2001 From: cloudwalk Date: Sat, 30 May 2020 19:59:11 +0000 Subject: [PATCH] Fix compile warning. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12611 d7cf8633-e32d-0410-b094-e92efae38249 --- screen.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.2