Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2009, 8:31:23 PM (15 years ago)
Author:
erwin
Message:

fixed some bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound/src/orxonox/objects/items/Engine.cc

    r2982 r2998  
    226226        this->ship_ = ship;
    227227
    228         if(this->sound_ != NULL)
    229             this->sound_->attachToEntity(ship);
    230 
    231228        if (ship)
    232229        {
     
    240237                this->boostBlur_ = 0;
    241238            }
     239
     240            if(this->sound_ != NULL)
     241                this->sound_->attachToEntity(ship);
    242242        }
    243243    }
Note: See TracChangeset for help on using the changeset viewer.