]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Properly fix the intermission chase camera, by also updating / rendering the view...
authorMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 31 Mar 2011 16:59:33 +0000 (19:59 +0300)
committerMircea Kitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 31 Mar 2011 16:59:33 +0000 (19:59 +0300)
qcsrc/client/View.qc

index fb2be26003b7a5a8ede609016c13c030e9f5b290..03cbcf790d47272b36731ef977b519ebf06cd707 100644 (file)
@@ -451,7 +451,7 @@ void CSQC_UpdateView(float w, float h)
        freeze_input_angles = input_angles;
 
        // Render the Scene
-       if(!intermission || !view_set)
+       if(!intermission || !view_set || (intermission && autocvar_cl_chase_intermission))
        {
                view_origin = pmove_org + vo;
                view_angles = input_angles;