get rid of warning

This commit is contained in:
georges 2001-02-22 23:06:23 +00:00
parent 88af5169da
commit 53e9d1fe6d

View File

@ -192,8 +192,8 @@ fillin(DatagramIterator& scan, BamReader* manager)
{
ImmediateTransition::fillin(scan, manager);
_up_vector.read_datagram(scan);
_eye_relative = (bool) scan.get_uint8();
_axial_rotate = (bool) scan.get_uint8();
_eye_relative = (scan.get_uint8() !=0);
_axial_rotate = (scan.get_uint8() !=0);
}
////////////////////////////////////////////////////////////////////