PEGASUS: Initialize _duration in RobotShip

This commit is contained in:
Matthew Hoops 2012-09-25 22:02:10 -04:00
parent 40fb004509
commit bbec9fac20

View File

@ -64,6 +64,7 @@ RobotShip::RobotShip() : _spritesMovie(kNoDisplayElement) {
_currentLocation.y = 0;
_snaring = false;
_dropJunkFuse.setFunctor(new Common::Functor0Mem<void, RobotShip>(this, &RobotShip::timeToDropJunk));
_duration = 0xFFFFFFFF;
}
RobotShip::~RobotShip() {