]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - chase.c
added athlon CPU choice (for gcc 2.96 and up)
[xonotic/darkplaces.git] / chase.c
diff --git a/chase.c b/chase.c
index 13c9aa5bb00d9d8c3c11625ebe23588210656369..1a9da0035946c4391c7c81ea4ffe754e3fba7884 100644 (file)
--- a/chase.c
+++ b/chase.c
@@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "quakedef.h"
 
 cvar_t chase_back = {CVAR_SAVE, "chase_back", "48"};
-cvar_t chase_up = {CVAR_SAVE, "chase_up", "48"};
+cvar_t chase_up = {CVAR_SAVE, "chase_up", "24"};
 cvar_t chase_active = {CVAR_SAVE, "chase_active", "0"};
 
 void Chase_Init (void)