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/Client.h

    r1711 r1732  
    8080    unsigned int shipID(){return shipID_;}
    8181    int playerID(){return clientID_;}
    82     static void setShipID( unsigned int shipID){ dynamic_cast<Client *>(instance_)->shipID_=shipID; }
     82    //static void setShipID( unsigned int shipID){ dynamic_cast<Client *>(instance_)->shipID_=shipID; }
    8383    static void setClientID( unsigned int clientID){ dynamic_cast<Client *>(instance_)->clientID_=clientID; }
    8484   
Note: See TracChangeset for help on using the changeset viewer.