From: havoc Date: Mon, 4 Jul 2005 09:51:35 +0000 (+0000) Subject: fix a typo X-Git-Tag: xonotic-v0.1.0preview~4698 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=415ab0b8fb49d4407a25e36f27506109a336276c;p=xonotic%2Fdarkplaces.git fix a typo git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5488 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_main.c b/sv_main.c index 019ad9d4..54194b68 100644 --- a/sv_main.c +++ b/sv_main.c @@ -1880,7 +1880,7 @@ void SV_VM_CB_InitEdict(prvm_edict_t *e) e->fields.server->colormap = num + 1; e->fields.server->team = (svs.clients[num].colors & 15) + 1; // set netname/clientcolors back to client values so that - // DP_SV_CLIENTNAME and DPV_SV_CLIENTCOLORS will not immediately + // DP_SV_CLIENTNAME and DP_SV_CLIENTCOLORS will not immediately // reset them e->fields.server->netname = PRVM_SetEngineString(svs.clients[num].name); if ((val = PRVM_GETEDICTFIELDVALUE(e, eval_clientcolors)))