o Increased alien RT hull size (80 -> 100 units) to prevent aliens from hiding within the RT's hitboxes.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@377 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2006-03-18 19:54:17 +00:00
parent 860617f419
commit 723b23baf6

View file

@ -197,7 +197,7 @@ float kFTeamColors[iNumberOfTeamColors][3] =
// Tried 100, 110, still jitters. Shrink tower down a bit?
#define kAlienResourceMinSize Vector(-16.0, -16.0, 0.0)
#define kAlienResourceMaxSize Vector(16.0, 16.0, 80.7443)
#define kAlienResourceMaxSize Vector(16.0, 16.0, 100.0) // was Vector(16.0, 16.0, 80.7443)
//physent_t* AvHSUGetEntity(int inPhysIndex)
//{