F2 now works to enable scenerio editor.

This commit is contained in:
Justin Marshall
2020-06-05 19:01:30 -07:00
parent ca2e5bc7e6
commit f1a566c39d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -268,7 +268,7 @@ TListClass<T>::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;
}