]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - chase.c
*** empty log message ***
[xonotic/darkplaces.git] / chase.c
diff --git a/chase.c b/chase.c
index f03eb49fdcf8af0b0ed19bea2dec2cbf799fae58..cef9305828cde8d0ffd9d4023fc91562614c6c61 100644 (file)
--- a/chase.c
+++ b/chase.c
@@ -54,12 +54,15 @@ void Chase_Update (void)
        if (chase_up.value != camup)
                Cvar_SetValueQuick(&chase_up, camup);
 
+       // this + 22 is to match view_ofs for compatibility with older versions
+       camup += 22;
+
        VectorCopy(cl.viewangles, projectangles);
        if (gamemode == GAME_GOODVSBAD2 && chase_stevie.integer)
        {
                projectangles[0] = 90;
                r_refdef.viewangles[0] = 90;
-               camback = 1024;
+               camback = 2048;
        }
        AngleVectors (projectangles, forward, NULL, NULL);