From cd4aa7833b79d5b1f4a1e8df0627d9c11db934ea Mon Sep 17 00:00:00 2001 From: Samual Date: Fri, 11 Nov 2011 13:18:47 -0500 Subject: [PATCH] Fix another compile bug --- qcsrc/client/Main.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index aa511f377..ea3b5f571 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -133,7 +133,7 @@ void CSQC_Init(void) } // CSQC_Shutdown : Called every time the CSQC code is shutdown (changing maps, quitting, etc) -void cvar_clientsettemp_restore(); +float cvar_clientsettemp_restore(); void CSQC_Shutdown(void) { #ifdef USE_FTE -- 2.39.2