67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
{
showm = !showm;
};
void
mipstats(int a, int b, int c)
{
if (showm)
conoutf("1x1/2x2/4x4: %d / %d / %d", a, b, c);
};
COMMAND(showmip, ARG_NONE);
#define stripend() \
{ \
if (floorstrip || deltastrip) { \
|
|
|
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
{
showm = !showm;
};
void
mipstats(int a, int b, int c)
{
if (showm)
conoutf(@"1x1/2x2/4x4: %d / %d / %d", a, b, c);
};
COMMAND(showmip, ARG_NONE);
#define stripend() \
{ \
if (floorstrip || deltastrip) { \
|