SW: Rename the poorly named "Cool Stuff" menu entry to "Credits" and clean it up

git-svn-id: https://svn.eduke32.com/eduke32@8326 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2019-11-28 23:22:05 +00:00 committed by Christoph Oelckers
parent d4eb10d10d
commit 0dbf0a36a1
1 changed files with 6 additions and 11 deletions

View File

@ -521,7 +521,7 @@ MenuGroup LoadGameGroup = {100, 5, "^Load Game", load_i, pic_loadgame, 0, m_defs
#define MAIN_XSTART 55
#define MAIN_LINE(line) (MAIN_YSTART + (MAIN_YOFF * line))
#define MAIN_MENU_COOL_STUFF "^Cool Stuff"
#define MAIN_MENU_COOL_STUFF "^Credits"
#define MAIN_MENU_HOW_TO_ORDER "^How to Order"
MenuItem main_i[] =
@ -1258,29 +1258,24 @@ MNU_OrderCustom(UserCall call, MenuItem *item)
static short RegOrderScreen[] =
{
5262,
5261,
4979,
// 5262,
// 5261,
5111,
5118,
4979,
5113,
//5111,
//5118,
//4979,
//5261,
//5262
5120 // 5114 // JBF: for my credits
};
static short SWOrderScreen[] =
{
5262,
5110,
5112,
5113,
// 5262,
5111,
5118,
4979,
5113,
5120 // 5114 // JBF: for my credits
};