more mailing list corrections

This commit is contained in:
Bill Currie 2003-07-12 21:50:22 +00:00
parent 78ccffe262
commit 454aa5c603
6 changed files with 10 additions and 10 deletions

View file

@ -992,7 +992,7 @@ CL_SetSolidEntities (void)
|| cl.model_precache[state->modelindex]->clipbox) {
if (pmove.numphysent == MAX_PHYSENTS) {
Con_Printf ("WARNING: entity physent overflow, email "
"quakeforge-devel@lists.sourceforge.net\n");
"quakeforge-devel@lists.quakeforge.net\n");
break;
}
pmove.physents[pmove.numphysent].model =
@ -1105,7 +1105,7 @@ CL_SetSolidPlayers (int playernum)
if (pmove.numphysent == MAX_PHYSENTS) {
Con_Printf ("WARNING: player physent overflow, email "
"quakeforge-devel@lists.sourceforge.net\n");
"quakeforge-devel@lists.quakeforge.net\n");
break;
}