diff --git a/REDALERT/GLOBALS.CPP b/REDALERT/GLOBALS.CPP index 974e139..ac288ad 100644 --- a/REDALERT/GLOBALS.CPP +++ b/REDALERT/GLOBALS.CPP @@ -41,7 +41,7 @@ bool Debug_Quiet = false; bool Debug_Cheat = false; bool Debug_Remap = false; bool Debug_Icon = false; -bool Debug_Flag = false; +bool Debug_Flag = true; bool Debug_Lose = false; bool Debug_Win = false; bool Debug_Map = false; // true = map editor mode diff --git a/REDALERT/KEY.H b/REDALERT/KEY.H index 7be6fad..013461e 100644 --- a/REDALERT/KEY.H +++ b/REDALERT/KEY.H @@ -578,7 +578,7 @@ typedef enum KeyNumType { KN_F10 = VK_F10, KN_F11 = VK_F11, KN_F12 = VK_F12, - KN_F2 = VK_F2, + KN_F2 = 59, KN_F3 = VK_F3, KN_F4 = VK_F4, KN_F5 = VK_F5, diff --git a/REDALERT/LIST.H b/REDALERT/LIST.H index 73b2a54..1805cd8 100644 --- a/REDALERT/LIST.H +++ b/REDALERT/LIST.H @@ -268,7 +268,7 @@ TListClass::TListClass(int id, int x, int y, int w, int h, TextPrintType flag /* ** Set the list box to a default state. */ - Fancy_Text_Print(TXT_NONE, 0, 0, TBLACK, TBLACK, TextFlags); + //Fancy_Text_Print(TXT_NONE, 0, 0, TBLACK, TBLACK, TextFlags); LineHeight = FontHeight+FontYSpacing-1; LineCount = (h-1) / LineHeight; }