--- deliantra/server/include/client.h 2006/12/23 00:14:29 1.17 +++ deliantra/server/include/client.h 2006/12/23 06:21:02 1.18 @@ -212,7 +212,7 @@ int ACC (RW, current_x), ACC (RW, current_y); // CF+ last/current map position char ACC (RW, version)[64]; // CF+ client name/version - player *ACC (RO, pl);//TODO should not be here, preferably + player_ptr ACC (RO, pl); int ACC (RW, rtt), ACC (RW, rttvar); /* round-trip time and -variance, if known */