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

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1481 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2010-08-04 15:13:29 +00:00
parent d546904163
commit 098e470ff9
+1
View File
@@ -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);
}
}