From 35baf6a2eeee00403b40a96ad6a230bfcae65028 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 7 Aug 2008 21:09:57 +0000 Subject: [PATCH] whoops! --- panda/src/chan/partBundle.cxx | 2 +- panda/src/putil/bam.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/chan/partBundle.cxx b/panda/src/chan/partBundle.cxx index 181e989ffa..a439eae620 100644 --- a/panda/src/chan/partBundle.cxx +++ b/panda/src/chan/partBundle.cxx @@ -784,7 +784,7 @@ make_from_bam(const FactoryParams ¶ms) { void PartBundle:: fillin(DatagramIterator &scan, BamReader *manager) { PartGroup::fillin(scan, manager); - if (manager->get_file_minor_ver() >= 16) { + if (manager->get_file_minor_ver() >= 17) { manager->read_pointer(scan); // _anim_preload } if (manager->get_file_minor_ver() >= 10) { diff --git a/panda/src/putil/bam.h b/panda/src/putil/bam.h index 7abdbd00f6..755935f6ac 100644 --- a/panda/src/putil/bam.h +++ b/panda/src/putil/bam.h @@ -32,7 +32,7 @@ static const unsigned short _bam_major_ver = 6; // Bumped to major version 5 on 5/6/05 for new Geom implementation. // Bumped to major version 6 on 2/11/06 to factor out PandaNode::CData. -static const unsigned short _bam_minor_ver = 16; +static const unsigned short _bam_minor_ver = 17; // Bumped to minor version 1 on 3/12/06 to add Texture::_compression. // Bumped to minor version 2 on 3/17/06 to add PandaNode::_draw_control_mask. // Bumped to minor version 3 on 3/21/06 to add Texture::_ram_images.