No age is Age(0), so we don't refresh symbols all the time

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@979 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-06-06 19:03:56 +00:00
parent 3267ac0cad
commit 698d7e1f9f
+1 -1
View File
@@ -169,7 +169,7 @@ SCRIPT_FUNCTION(symbol_variation) {
} else {
throw ScriptError(_("Unknown fill type for symbol_variation: ") + fill_type);
}
return new_intrusive4<SymbolToImage>(value, filename, value ? value->last_update : Age(), var);
return new_intrusive4<SymbolToImage>(value, filename, value ? value->last_update : Age(0), var);
}
}