mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
d4eb10d10d
commit
0dbf0a36a1
1 changed files with 6 additions and 11 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue