Index: cl_ents.c =================================================================== --- cl_ents.c (revision 3829) +++ cl_ents.c (working copy) @@ -498,11 +498,12 @@ } #ifdef PROTOCOL_VERSION_FTE +#ifdef GLQUAKE #ifdef FTE_PEXT_TRANS if (morebits & U_FTE_TRANS && cls.fteprotocolextensions & FTE_PEXT_TRANS) to->trans = MSG_ReadByte(); #endif - +#endif #ifdef FTE_PEXT_ENTITYDBL if (morebits & U_FTE_ENTITYDBL) to->number += 512;