mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-08 02:08:12 -06:00
improved the modding interface
This commit is contained in:
@@ -274,8 +274,10 @@ function get_comb_gui_settings(comb)
|
||||
selected_index = 2
|
||||
elseif op == OPERATION_DEPOT then
|
||||
selected_index = 3
|
||||
elseif op == OPERATION_WAGON_MANIFEST then
|
||||
elseif op == OPERATION_REFUELER then
|
||||
selected_index = 4
|
||||
elseif op == OPERATION_WAGON_MANIFEST then
|
||||
selected_index = 5
|
||||
end
|
||||
return selected_index, params.first_signal, not allows_all_trains, switch_state
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user