]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
Merge branch 'master' into Mario/wrath-darkplaces
[xonotic/darkplaces.git] / cl_parse.c
index 98e5edbf072f2070f2f82c7b080d1a8681d5a2e5..c86581a34ce62d8f51fc7dc02111475f158a6746 100644 (file)
@@ -3278,7 +3278,7 @@ static qboolean CL_ExaminePrintString(const char *text)
        return true;
 }
 
-extern cvar_t slowmo;
+extern cvar_t host_timescale;
 extern cvar_t cl_lerpexcess;
 static void CL_NetworkTimeReceived(double newtime)
 {