Fixed binary files stored as text files for plug-ins

Maarten
This commit is contained in:
2002-12-22 22:00:55 +00:00
parent a79780b1a4
commit 2417e61e16

View File

@@ -182,7 +182,8 @@ BlendFileData *load_game_data(char *progname, char *filename) {
} }
} }
if (bfd && bfd->type == BLENFILETYPE_BLEND) { //MAART
if (0) { //bfd && bfd->type == BLENFILETYPE_BLEND) {
BLO_blendfiledata_free(bfd); BLO_blendfiledata_free(bfd);
bfd = NULL; bfd = NULL;
error = BRE_NOT_A_PUBFILE; error = BRE_NOT_A_PUBFILE;