reverting creator.c to previous version since my earlier commit updated it unintentially

This commit is contained in:
Robert Holcomb 2007-01-28 05:45:58 +00:00
parent f306efab08
commit 1aa0077ae0

@ -239,12 +239,10 @@ int main(int argc, char **argv)
/* temporary: prevent people to make/use 64 bits versions without them knowing it might be
risky. I don't know for sure yet if we get problems, but I rather not get the burden of
having to fix all faulty saved 64 bits files (ton) */
/* if(sizeof(void *)==8) {
if(sizeof(void *)==8) {
printf("64 bits compiles will give incorrectly saved .blend files. Do not use it. For testing purposes please remove this line from creator.c\n");
exit(0);
}*/
}
#else
if(sizeof(void *)==8) {
printf("64 bits compiles will give incorrectly saved .blend files. Do not use it.\n\n"