mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-12 08:00:55 +02:00
F2 now works to enable scenerio editor.
This commit is contained in:
@@ -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
@@ -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
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user