Add try to acquire slot order subtype

This commit is contained in:
Jonathan G Rennison
2024-01-11 20:58:45 +00:00
parent 2fc631b15b
commit 041f36d565
7 changed files with 118 additions and 77 deletions

View File

@@ -45,7 +45,7 @@ enum OrderWidgets : WidgetID {
WID_O_COND_AUX_VIA, ///< Condition via button.
WID_O_COND_SCHED_TEST, ///< Choose scheduled dispatch test.
WID_O_COND_AUX_STATION, ///< Condition station button.
WID_O_RELEASE_SLOT, ///< Choose slot to release.
WID_O_SLOT, ///< Choose slot to try acquire/release.
WID_O_COUNTER_OP, ///< Choose counter operation.
WID_O_CHANGE_COUNTER, ///< Choose counter to change.
WID_O_COUNTER_VALUE, ///< Choose counter value.