mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-27 06:34:11 +00:00
correct some email addresses
This commit is contained in:
parent
8220ddd83d
commit
c310cd2235
1 changed files with 3 additions and 3 deletions
|
@ -889,14 +889,14 @@ CL_SetSolidEntities (void)
|
|||
continue;
|
||||
if (pmove.numphysent == MAX_PHYSENTS) {
|
||||
Con_Printf ("WARNING: entity physent overflow, email "
|
||||
"quake-devel@lists.sourceforge.net\n");
|
||||
"quakeforge-devel@lists.sourceforge.net\n");
|
||||
break;
|
||||
}
|
||||
if (cl.model_precache[state->modelindex]->hulls[1].firstclipnode
|
||||
|| cl.model_precache[state->modelindex]->clipbox) {
|
||||
if (pmove.numphysent == MAX_PHYSENTS) {
|
||||
Con_Printf ("WARNING: entity physent overflow, email "
|
||||
"quake-devel@lists.sourceforge.net\n");
|
||||
"quakeforge-devel@lists.sourceforge.net\n");
|
||||
break;
|
||||
}
|
||||
pmove.physents[pmove.numphysent].model =
|
||||
|
@ -1003,7 +1003,7 @@ CL_SetSolidPlayers (int playernum)
|
|||
|
||||
if (pmove.numphysent == MAX_PHYSENTS) {
|
||||
Con_Printf ("WARNING: player physent overflow, email "
|
||||
"quake-devel@lists.sourceforge.net\n");
|
||||
"quakeforge-devel@lists.sourceforge.net\n");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue