Thanks for fixing the invisible Grunt bug. 
What does r_showbboxes do, btw?

What does r_showbboxes do, btw?
hmmm weird.... I just tried JoeQuake, and DirectQ, AND PROQUAKE 4.9 and the zombies spawn on the ceiling. DarkPlaces doesnt to it. WTF?void() info_teleport_destination =
{
self.mangle = self.angles;
self.angles = '0 0 0';
self.model = "";
self.origin = self.origin + '0 0 27';
if (!self.targetname)
objerror ("no targetname");
};
Comment