From 0dbf0a36a1e9e0fe6beb8c13e7cc9d7aac997cbb Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Thu, 28 Nov 2019 23:22:05 +0000 Subject: [PATCH] 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 --- source/sw/src/menus.cpp | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/source/sw/src/menus.cpp b/source/sw/src/menus.cpp index 0144da70d..933dd75d5 100644 --- a/source/sw/src/menus.cpp +++ b/source/sw/src/menus.cpp @@ -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 };