type_over for combined_editor;

keyword compatability disabled for new file versions

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@278 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2007-04-21 19:07:12 +00:00
parent 454605bb5d
commit c1471e2e39
3 changed files with 30 additions and 43 deletions
+1
View File
@@ -49,6 +49,7 @@ IMPLEMENT_REFLECTION(KeywordMode) {
template <typename T> void read_compat(T&, const Keyword*) {}
void read_compat(Reader& tag, Keyword* k) {
if (!k->match.empty()) return;
if (tag.file_app_version >= 301) return; // only for versions < 0.3.1
String separator, parameter;
REFLECT(separator);
REFLECT(parameter);