Add random map button to the C&C map chooser.
This also fixes issues relating to RunAfterTick calls being run out of order - the downside being that the list remains empty until the iteration is complete. This will be fixed in a following patch.
This commit is contained in:
@@ -69,9 +69,16 @@ Container@MAPCHOOSER_PANEL:
|
||||
Width:140
|
||||
Height:35
|
||||
Text:Cancel
|
||||
Button@RANDOMMAP_BUTTON:
|
||||
Key:space
|
||||
X:PARENT_RIGHT - 150 - WIDTH
|
||||
Y:499
|
||||
Width:140
|
||||
Height:35
|
||||
Text:Random
|
||||
Button@BUTTON_OK:
|
||||
Key:return
|
||||
X:790 - WIDTH
|
||||
X:PARENT_RIGHT - WIDTH
|
||||
Y:499
|
||||
Width:140
|
||||
Height:35
|
||||
|
||||
Reference in New Issue
Block a user