mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
Whitespace and typos.
This commit is contained in:
parent
ff82461483
commit
603a88c160
10 changed files with 28 additions and 33 deletions
|
@ -59,7 +59,7 @@ typedef struct {
|
|||
// entire move
|
||||
float *mins, *maxs; // size of the moving object
|
||||
vec3_t mins2, maxs2; // size when clipping against
|
||||
// mosnters
|
||||
// monsters
|
||||
float *start, *end;
|
||||
trace_t trace;
|
||||
int type;
|
||||
|
@ -452,7 +452,7 @@ SV_LinkEdict (edict_t *ent, qboolean touch_triggers)
|
|||
else
|
||||
InsertLinkBefore (&ent->area, &node->solid_edicts);
|
||||
|
||||
// if touch_triggers, touch all entities at this node and decend for more
|
||||
// if touch_triggers, touch all entities at this node and descend for more
|
||||
if (touch_triggers)
|
||||
SV_TouchLinks (ent, sv_areanodes);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue