small tweak, moving /* put compatibility code here until next subversion bump */ {} to a distinct (right) place

when doing a version bump, please remember to do that.
This commit is contained in:
Dalai Felinto
2010-12-15 22:46:43 +00:00
parent 143573f507
commit 3ae56ea1b3

View File

@@ -11156,7 +11156,6 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
}
}
/* put compatibility code here until next subversion bump */
if (main->versionfile < 255 || (main->versionfile == 255 && main->subversionfile < 1)) {
Brush *br;
ParticleSettings *part;
@@ -11216,6 +11215,10 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
}
}
/* put compatibility code here until next subversion bump */
{
}
/* WATCH IT!!!: pointers from libdata have not been converted yet here! */
/* WATCH IT 2!: Userdef struct init has to be in editors/interface/resources.c! */