diff --git a/qw/source/cl_ents.c b/qw/source/cl_ents.c index 6a93ca7e1..aa6c3c8b2 100644 --- a/qw/source/cl_ents.c +++ b/qw/source/cl_ents.c @@ -756,7 +756,7 @@ CL_ParsePlayerinfo (void) VectorCopy (state->command.angles, state->viewangles); - if (flags & PF_QF) { + if (cl.stdver >= 2.0 && (flags & PF_QF)) { // QSG2 int bits; byte val;