]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix intermission player model so that it doesn't tilt based on where the player is...
authorSamual <samual@xonotic.org>
Wed, 25 May 2011 04:04:35 +0000 (00:04 -0400)
committerSamual <samual@xonotic.org>
Wed, 25 May 2011 04:04:35 +0000 (00:04 -0400)
qcsrc/server/g_world.qc

index 6ee4e117964d16ff1a3e01d624dd098caa2de62e..a0182707a7ffb661aa2a22f6754a797abdeebf86 100644 (file)
@@ -1529,8 +1529,8 @@ void FixIntermissionClient(entity e)
        string s;
        if(!e.autoscreenshot) // initial call
        {
-               e.angles = e.v_angle;
-               e.angles_x = -e.angles_x;
+               //e.angles = e.v_angle; // WTF? make the player tilt based on where they're looking during intermission?!?
+               //e.angles_x = -e.angles_x;
                e.autoscreenshot = time + 0.8;  // used for autoscreenshot
                e.health = -2342;
                // first intermission phase; voting phase has positive health (used to decide whether to send SVC_FINALE or not)