Skip to content

Commit

Permalink
Fixed the READ THIS menu entry of shareware Doom
Browse files Browse the repository at this point in the history
(it was in all caps)
  • Loading branch information
skyjake committed Jun 7, 2004
1 parent cca33e4 commit c6ff46f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doomsday/Src/jDoom/m_menu.c
Expand Up @@ -2974,8 +2974,7 @@ void M_Init(void)
M_SetNumItems(&EpiDef, 3);
item = &MainItems[readthis];
item->func = M_ReadThis;
item->text = "READ THIS!";
//item->lumpname = "M_RDTHIS";
item->text = "Read This!";
M_SetNumItems(&MainDef, 7);
MainDef.y = 64;
break;
Expand Down

0 comments on commit c6ff46f

Please sign in to comment.