comment updates

This commit is contained in:
toasterbabe 2017-03-06 19:03:05 +00:00
parent 76c15a0e97
commit 7f7d51a474
2 changed files with 2 additions and 2 deletions

View File

@ -4023,7 +4023,7 @@ static void M_DrawLevelPlatterWideMap(UINT8 row, UINT8 col, INT32 x, INT32 y, bo
if (!map) if (!map)
return; return;
// A 160x100 image of the level as entry MAPxxP // A 564x100 image of the level as entry MAPxxW
if (!(levelselect.rows[row].mapavailable[col])) if (!(levelselect.rows[row].mapavailable[col]))
V_DrawSmallScaledPatch(x, y, V_STATIC, levselp[1][2]); // static - make secret maps look ENTICING V_DrawSmallScaledPatch(x, y, V_STATIC, levselp[1][2]); // static - make secret maps look ENTICING
else else

View File

@ -182,7 +182,7 @@ typedef struct
UINT8 next; UINT8 next;
} description_t; } description_t;
// experimental level select -- remember to use M_HandleSetupMultiPlayer // level select platter
typedef struct typedef struct
{ {
char header[22+5]; // mapheader_t lvltttl max length + " ZONE" char header[22+5]; // mapheader_t lvltttl max length + " ZONE"