parent
039fed73c7
commit
485b98e5bc
1 changed files with 1 additions and 1 deletions
|
@ -716,7 +716,7 @@ function wml_actions.scroll(cfg)
|
|||
end
|
||||
|
||||
function wml_actions.color_adjust(cfg)
|
||||
wesnoth.interface.color_adjust(cfg.red, cfg.green, cfg.blue)
|
||||
wesnoth.interface.color_adjust(cfg.red or 0, cfg.green or 0, cfg.blue or 0)
|
||||
end
|
||||
|
||||
function wml_actions.end_turn(cfg)
|
||||
|
|
Loading…
Add table
Reference in a new issue