Player-is-SAO WIP

This commit is contained in:
Perttu Ahola
2011-12-01 18:23:58 +02:00
parent 9dcfa882b1
commit ee0d3bacbc
16 changed files with 1007 additions and 602 deletions

View File

@@ -599,7 +599,7 @@ class Server : public con::PeerHandler, public MapEventReceiver,
Call with env and con locked.
*/
Player *emergePlayer(const char *name, u16 peer_id);
ServerRemotePlayer *emergePlayer(const char *name, u16 peer_id);
// Locks environment and connection by its own
struct PeerChange;