Fix spurious deprecated campaign difficulties WML from unit tests
This commit is contained in:
parent
22763798c7
commit
6b3f2ac4cd
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ struct twrapper<gui2::tcampaign_difficulty>
|
|||
{
|
||||
static gui2::tcampaign_difficulty* create()
|
||||
{
|
||||
static const config items;
|
||||
static const config items("difficulty");
|
||||
|
||||
return new gui2::tcampaign_difficulty(items);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue