Changed do_version condition for noodle_curving.

It should be re-set to 5 for files saved in 2.58.1 release.
This commit is contained in:
Sergey Sharybin 2011-08-07 14:57:25 +00:00
parent a02d7c1ba7
commit 0dea4df764
1 changed files with 1 additions and 1 deletions

View File

@ -1557,7 +1557,7 @@ void init_userdef_do_versions(void)
U.autokey_flag &= ~AUTOKEY_FLAG_ONLYKEYINGSET;
}
if (bmain->versionfile < 258 || (bmain->versionfile == 258 && bmain->subversionfile < 1)) {
if (bmain->versionfile < 258 || (bmain->versionfile == 258 && bmain->subversionfile < 2)) {
bTheme *btheme;
for(btheme= U.themes.first; btheme; btheme= btheme->next) {
btheme->tnode.noodle_curving = 5;