mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
more mailing list corrections
This commit is contained in:
parent
78ccffe262
commit
454aa5c603
6 changed files with 10 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue