[quake3-commits] r1895 - trunk/code/server
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Thu Feb 10 18:16:14 EST 2011
Author: thilo
Date: 2011-02-10 18:16:14 -0500 (Thu, 10 Feb 2011)
New Revision: 1895
Modified:
trunk/code/server/sv_snapshot.c
Log:
OMGWHATISTHISSHITIDONTEVENKNOW
Modified: trunk/code/server/sv_snapshot.c
===================================================================
--- trunk/code/server/sv_snapshot.c 2011-02-10 23:07:07 UTC (rev 1894)
+++ trunk/code/server/sv_snapshot.c 2011-02-10 23:16:14 UTC (rev 1895)
@@ -350,7 +350,7 @@
// entities can be flagged to be sent to a given mask of clients
if ( ent->r.svFlags & SVF_CLIENTMASK ) {
if (frame->ps.clientNum >= 32)
- Com_Error( ERR_DROP, "SVF_CLIENTMASK: cientNum > 32\n" );
+ Com_Error( ERR_DROP, "SVF_CLIENTMASK: cientNum >= 32\n" );
if (~ent->r.singleClient & (1 << frame->ps.clientNum))
continue;
}
More information about the quake3-commits
mailing list