Move the simangles hack out of cl_view.

The places that will need to be fixed are now three, but cl_view.c now
doesn't mess with values it shouldn't alter.
This commit is contained in:
Bill Currie 2012-06-01 08:14:41 +09:00
parent 42256021fc
commit d561d5587d
4 changed files with 3 additions and 2 deletions

View file

@ -130,6 +130,7 @@ CL_PredictMove (void)
return;
VectorCopy (cl.viewangles, cl.simangles);
cl.simangles[ROLL] = 0; // FIXME @@@
// this is the last frame received from the server
from = &cl.frames[cls.netchan.incoming_sequence & UPDATE_MASK];