Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 22, 2006, 5:36:10 PM (17 years ago)
Author:
tfahrni
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/world_entities/space_ships/spacecraft_2d.cc

    r9869 r9947  
    272272{
    273273  dynamic_cast<Element2D*>(this->getWeaponManager().getFixedTarget())->setVisibility( true);
    274   this->setPlaymode(this->getPlaymode());
     274//  this->setPlaymode(this->getPlaymode());
     275  this->setPlaymode( Playable::Horizontal);
     276  this->setTravelSpeed( 10.0);
     277
    275278}
    276279
Note: See TracChangeset for help on using the changeset viewer.