Linux compile Quake
Moderator: InsideQC Admins
16 posts
• Page 2 of 2 • 1, 2
Oddly, baker is using my cull routine, the only modification is this
- Code: Select all
it = (int)(seen->v.items);
//R00k: DM players want to see the Quad/Pent glow. Dont cull them at the moment...(fixme)
if ((strcmp(pr_strings + seen->v.classname, "player") == 0) && ((it & IT_QUAD) || (it & IT_INVULNERABILITY)))
{
return false;
}
- r00k
- Posts: 1110
- Joined: Sat Nov 13, 2004 10:39 pm
16 posts
• Page 2 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 1 guest