~vcs-imports/zquake/trunk

« back to all changes in this revision

Viewing changes to zquake/cmodel.cpp

  • Committer: tonik
  • Date: 2007-11-17 03:16:06 UTC
  • Revision ID: vcs-imports@canonical.com-20071117031606-xe7hk0f18yrdrct1
Static entities work in SW renderer again

Show diffs side-by-side

added added

removed removed

Lines of Context:
541
541
/*
542
542
** Returns an array filled with leaf nums
543
543
*/
544
 
int CM_FindTouchedLeafs (const vec3_t mins, const vec3_t maxs, int leafs[], int maxleafs, int headnode, int *topnode)
 
544
EXTERNC int CM_FindTouchedLeafs (const vec3_t mins, const vec3_t maxs, int leafs[], int maxleafs, int headnode, int *topnode)
545
545
{
546
546
        leafs_count = 0;
547
547
        leafs_maxcount = maxleafs;