Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 6, 2011, 4:54:07 PM (13 years ago)
Author:
dafrick
Message:

Replacing getNick() with getName(). nick_ in HumanPlayer is only needed to synchronize the player name over the network.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/dockingsystem2/src/modules/docking/Dock.cc

    r8196 r8197  
    113113            COUT(0) << "Docking::execute Player was not as human as expected.." << std::endl;
    114114        }
    115         COUT(0) << "Dock triggered by player: " << human->getNick() << ".." << std::endl;
     115        COUT(0) << "Dock triggered by player: " << human->getName() << ".." << std::endl;
    116116
    117117        //TODO: This is waaay too oversimplified
Note: See TracChangeset for help on using the changeset viewer.