Remove vertexLightmap from textureBundle_t, it's never qtrue

This commit is contained in:
Zack Middleton 2013-11-02 02:59:31 -05:00
parent 6bd52de44e
commit ae0e09aba9
4 changed files with 4 additions and 16 deletions

View file

@ -350,7 +350,6 @@ typedef struct {
int videoMapHandle;
qboolean isLightmap;
qboolean vertexLightmap;
qboolean isVideoMap;
} textureBundle_t;