diff --git a/tools/qfbsp/source/map.c b/tools/qfbsp/source/map.c index 1822bc963..6bf077597 100644 --- a/tools/qfbsp/source/map.c +++ b/tools/qfbsp/source/map.c @@ -449,7 +449,7 @@ ParseBrush (void) if (!hltexdef) { // fake proper texture vectors from QuakeEd style - TextureAxisFromPlane (&f->plane, vecs[0], vecs[1]); + TextureAxisFromPlane (&plane, vecs[0], vecs[1]); } if (!scale[0])