shithub: qk1

Download patch

ref: 56c455d2e30408a846cd808a151a65244fdf2383
parent: 5636237bdaa35139e67ede4d9bdde4647d07888d
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sat Oct 14 17:43:24 EDT 2023

loadgame: bring loading plaque back

--- a/host_cmd.c
+++ b/host_cmd.c
@@ -886,7 +886,7 @@
 	s = va("%s/%s%s", fsdir, a, ext(a, ".sav"));
 	/* Can't call SCR_BeginLoadingPlaque, because too much stack space has
 	 * been used.  The menu calls it before stuffing loadgame command */
-	//SCR_BeginLoadingPlaque();
+	SCR_BeginLoadingPlaque();
 	Con_DPrintf("loadgame: reading from %s", s);
 	if(loadsav(s) < 0){
 		Con_Printf(va("loadgame: %r\n"));