Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 10, 2008, 11:09:43 AM (16 years ago)
Author:
scheusso
Message:

cant remember ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/network/GamestateClient.cc

    r1751 r1758  
    131131
    132132  bool GamestateClient::saveShipCache(){
    133     if(myShip_==NULL)
     133    if(myShip_==NULL){
    134134      myShip_ = orxonox::SpaceShip::getLocalShip();
     135      if(!myShip_)
     136        return false;
     137    }
    135138    if(myShip_){
    136139      //      unsigned char *data = new unsigned char[myShip_->getSize()];
Note: See TracChangeset for help on using the changeset viewer.