set.validate() used for adding initial card to a set

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@142 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-12-22 13:51:24 +00:00
parent d33da0b765
commit 20f5c127f8
5 changed files with 9 additions and 4 deletions
+2
View File
@@ -99,6 +99,8 @@ void Set::validate(Version file_app_version) {
FOR_EACH(v, s.second->data) fix_value_207(v);
}
*/ }
// we want at least one card
if (cards.empty()) cards.push_back(new_shared1<Card>(*game));
// update scripts
script_manager->updateAll();
}