]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - screen.h
also enter the event loop during Q3 map load... should prevent Vista's not responding...
[xonotic/darkplaces.git] / screen.h
index ab807cbd72a617a44acacdfc6f296271479abc3f..3efbd7a98029cbd707eecd7d741d83879c5434d2 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -30,6 +30,7 @@ void SCR_BeginLoadingPlaque (void);
 
 // invoke refresh of loading plaque (nothing else seen)
 void SCR_UpdateLoadingScreen(qboolean clear);
+void SCR_UpdateLoadingScreenIfShown();
 
 // pushes an item on the loading screen
 void SCR_PushLoadingScreen (qboolean redraw, const char *msg, float len_in_parent);