HomeSort by relevance Sort by last modified time
    Searched full:num_moved (Results 1 - 2 of 2) sorted by null

  /external/quake/quake/src/QW/server/
sv_phys.c 434 int num_moved; local
452 num_moved = 0;
486 VectorCopy (check->v.origin, moved_from[num_moved]);
487 moved_edict[num_moved] = check;
488 num_moved++;
504 num_moved--;
535 for (i=0 ; i<num_moved ; i++)
  /external/quake/quake/src/WinQuake/
sv_phys.cpp 445 int num_moved; local
472 num_moved = 0;
508 VectorCopy (check->u.v.origin, moved_from[num_moved]);
509 moved_edict[num_moved] = check;
510 num_moved++;
547 for (i=0 ; i<num_moved ; i++)
572 int num_moved; local
600 num_moved = 0;
634 VectorCopy (check->u.v.origin, moved_from[num_moved]);
635 moved_edict[num_moved] = check
    [all...]

Completed in 347 milliseconds