First implementation of conditional order checking slot occupancy
(cherry picked from commit 524e3e56cb4a357ba60335f91dce1e00cb8d22f2) Some code adjustments: serialisation/storage, formatting See: #40
This commit is contained in:

committed by
Jonathan G Rennison

parent
2e4ac325e2
commit
78588d8ce5
@@ -35,8 +35,9 @@ enum OrderWidgets {
|
||||
WID_O_COND_VARIABLE, ///< Choose condition variable.
|
||||
WID_O_COND_COMPARATOR, ///< Choose condition type.
|
||||
WID_O_COND_VALUE, ///< Choose condition value.
|
||||
WID_O_COND_CARGO,
|
||||
WID_O_SEL_COND_VALUE, ///< widget for conditional value or conditional cargo type.
|
||||
WID_O_COND_CARGO, ///< Choose condition cargo.
|
||||
WID_O_COND_SLOT, ///< Choose condition slot.
|
||||
WID_O_SEL_COND_VALUE, ///< Widget for conditional value or conditional cargo type.
|
||||
WID_O_SEL_TOP_LEFT, ///< #NWID_SELECTION widget for left part of the top row of the 'your train' order window.
|
||||
WID_O_SEL_TOP_MIDDLE, ///< #NWID_SELECTION widget for middle part of the top row of the 'your train' order window.
|
||||
WID_O_SEL_TOP_RIGHT, ///< #NWID_SELECTION widget for right part of the top row of the 'your train' order window.
|
||||
|
Reference in New Issue
Block a user