diff --git a/configure.in b/configure.in index ccb00d4..afe2f77 100644 --- a/configure.in +++ b/configure.in @@ -977,7 +977,7 @@ if test "x$optimize" = xyes; then MORE_CFLAGS="-march=pentium -malign-loops=2 -malign-jumps=2 -malign-functions=2" ;; i686-*-*) - MORE_CFLAGS="-march=pentiumpro -malign-loops=2 -malign-jumps=2 -malign-functions=2" + MORE_CFLAGS="-mpentiumpro -march=pentiumpro -malign-loops=2 -malign-jumps=2 -malign-functions=2" ;; *) MORE_CFLAGS="" diff --git a/source/cl_ents.c b/source/cl_ents.c index 47597d7..bad8229 100644 --- a/source/cl_ents.c +++ b/source/cl_ents.c @@ -184,11 +184,9 @@ PACKET ENTITY PARSING / LINKING */ /* -================== -CL_ParseDelta + CL_ParseDelta -Can go from either a baseline or a previous packet_entity -================== + Can go from either a baseline or a previous packet_entity */ int bitcounts[32]; // / just for protocol profiling void @@ -322,12 +320,10 @@ FlushEntityPacket (void) } /* -================== -CL_ParsePacketEntities + CL_ParsePacketEntities -An svc_packetentities has just been parsed, deal with the -rest of the data stream. -================== + An svc_packetentities has just been parsed, deal with the + rest of the data stream. */ void CL_ParsePacketEntities (qboolean delta)