Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:miptex

651 	int		miptex;
685 miptex = LittleLong (in->miptex);
695 if (miptex >= loadmodel->numtextures)
696 Sys_Error ("miptex >= loadmodel->numtextures");
697 out->texture = loadmodel->textures[miptex];