Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 7, 2007, 9:49:40 PM (18 years ago)
Author:
nicolasc
Message:

fixed some headers
commeted none existing sounds, to remove warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/world_entities/space_ships/space_ship.cc

    r10552 r10579  
    616616  {
    617617    this->bRight = event.bPressed;
    618     printf("ShipCoors: %f , %f, %f \n", this->getAbsCoor().x, this->getAbsCoor().y, this->getAbsCoor().z);
     618//     printf("ShipCoors: %f , %f, %f \n", this->getAbsCoor().x, this->getAbsCoor().y, this->getAbsCoor().z);
    619619  }
    620620  else if( event.type == KeyMapper::PEV_FORWARD)
Note: See TracChangeset for help on using the changeset viewer.