Cube  Diff

Differences From Artifact [4e2c5682e1]:

To Artifact [d20e5d1984]:


60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
const float TEXTURESCALE = 32.0f;
bool floorstrip = false, deltastrip = false;
int oh, oy, ox, ogltex; // the o* vars are used by the stripification
int ol3r, ol3g, ol3b, ol4r, ol4g, ol4b;
int firstindex;
bool showm = false;

COMMAND(showmip, ARG_NONE, ^{
	showm = !showm;
})

void
mipstats(int a, int b, int c)
{
	if (showm)







|







60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
const float TEXTURESCALE = 32.0f;
bool floorstrip = false, deltastrip = false;
int oh, oy, ox, ogltex; // the o* vars are used by the stripification
int ol3r, ol3g, ol3b, ol4r, ol4g, ol4b;
int firstindex;
bool showm = false;

COMMAND(showmip, ARG_NONE, ^ {
	showm = !showm;
})

void
mipstats(int a, int b, int c)
{
	if (showm)