mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 09:02:30 +00:00
Don't apply the RC image functor...
...on random-dice.png, which is a TC-less image.
This commit is contained in:
parent
004a209b22
commit
2a877e5ae1
@ -24,7 +24,7 @@
|
||||
#include "wml_separators.hpp"
|
||||
#include "widgets/combo.hpp"
|
||||
|
||||
const std::string leader_list_manager::random_enemy_picture("units/random-dice.png~RC(magenta>1)");
|
||||
const std::string leader_list_manager::random_enemy_picture("units/random-dice.png");
|
||||
|
||||
leader_list_manager::leader_list_manager(const config::child_list& side_list,
|
||||
gui::combo* leader_combo , gui::combo* gender_combo):
|
||||
|
Loading…
x
Reference in New Issue
Block a user