Commit 9fe5bc3e authored by twanvl's avatar twanvl

A simple default "any card" pack if there are no packs specified in the game file

parent cb5b8ef0
......@@ -98,6 +98,7 @@ void Game::validate(Version v) {
pack->selectable = true;
pack->summary = true;
pack->filter = OptionalScript(_("true"));
pack->select = SELECT_NO_REPLACE;
pack_types.push_back(pack);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment