mirror of
https://github.com/jmarshall23/CnC_Remastered_Collection.git
synced 2026-08-17 08:50:29 +02:00
F2 now works to enable scenerio editor.
This commit is contained in:
+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