--- deliantra/server/include/sockproto.h 2007/07/30 02:03:02 1.34 +++ deliantra/server/include/sockproto.h 2008/04/22 07:01:47 1.36 @@ -1,9 +1,9 @@ /* - * This file is part of Crossfire TRT, the Roguelike Realtime MORPG. + * This file is part of Deliantra, the Roguelike Realtime MMORPG. * - * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Crossfire TRT team + * Copyright (©) 2005,2006,2007 Marc Alexander Lehmann / Robin Redeker / the Deliantra team * - * Crossfire TRT is free software: you can redistribute it and/or modify + * Deliantra is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. @@ -16,7 +16,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * The authors can be reached via e-mail to + * The authors can be reached via e-mail to */ /* image.c */ @@ -81,7 +81,7 @@ void MoveCmd(char *buf, int len, player *pl); void send_query(client *ns, uint8 flags, const char *text); void esrv_update_stats(player *pl); -void esrv_new_player(player *pl, uint32 weight); +void esrv_new_player(player *pl); int getExtendedMapInfoSize(client *ns); void draw_client_map(player *pl); void send_plugin_custom_message(object *pl, char *buf);