From: Samual Date: Fri, 11 Nov 2011 18:18:47 +0000 (-0500) Subject: Fix another compile bug X-Git-Tag: xonotic-v0.6.0~188^2~28^2~215 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cd4aa7833b79d5b1f4a1e8df0627d9c11db934ea;p=xonotic%2Fxonotic-data.pk3dir.git Fix another compile bug --- 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