Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2008, 4:33:09 PM (16 years ago)
Author:
scheusso
Message:

another fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/Host.cc

    r1711 r1732  
    4848}
    4949
    50 unsigned int Host::getShipID(){
    51   if(!instance_)
    52     return 0;
    53   return instance_->shipID();
    54 }
     50// unsigned int Host::getShipID(){
     51//   if(!instance_)
     52//     assert(0);
     53//   return instance_->shipID();
     54// }
    5555
    5656}//namespace network
Note: See TracChangeset for help on using the changeset viewer.