Fix forgotten IQM2 support in iqm.h, patch by Zack Middleton

This commit is contained in:
Thilo Schulz 2011-06-11 20:20:30 +00:00
parent fa3b3978f6
commit c2b7f5173f
2 changed files with 5 additions and 5 deletions

View file

@ -726,7 +726,7 @@ R_ComputeIQMFogNum
int R_ComputeIQMFogNum( iqmData_t *data, trRefEntity_t *ent ) {
int i, j;
fog_t *fog;
vec_t *bounds;
const vec_t *bounds;
const vec_t defaultBounds[6] = { -8, -8, -8, 8, 8, 8 };
vec3_t diag, center;
vec3_t localOrigin;