Replace the >>why is this here?? comment by some hard-earned experience with the .bullet file format (derived from .blend)

This commit is contained in:
Erwin Coumans 2010-03-01 19:18:56 +00:00
parent bdd17df0bc
commit 7aea146507

@ -581,7 +581,8 @@ static void bh4_from_bh8(BHead *bhead, BHead8 *bhead8, int do_endian_swap)
if (bhead4->code != ENDB) {
// why is this here ??
//perform a endian swap on 64bit pointers, otherwise the pointer might map to zero
//0x0000000000000000000012345678 would become 0x12345678000000000000000000000000
if (do_endian_swap) {
SWITCH_LONGINT(bhead8->old);
}