events on script update; fix in cycle_sort; card list updated on value action

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@136 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2006-12-21 21:56:49 +00:00
parent 572881aa31
commit 2ba1d0b1b8
7 changed files with 47 additions and 11 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);
}
*/ }
// update scripts
script_manager->updateAll();
}
IMPLEMENT_REFLECTION(Set) {