--- deliantra/server/socket/request.C 2009/11/04 17:24:00 1.154 +++ deliantra/server/socket/request.C 2009/11/05 16:03:07 1.155 @@ -22,6 +22,8 @@ * The authors can be reached via e-mail to */ +//+GPL + /** * \file * Client handling. @@ -265,6 +267,8 @@ INVOKE_CLIENT (EXTICMD, ns, ARG_DATA (buf, len)); } +//-GPL + void client::mapinfo_queue_clear () { @@ -398,6 +402,8 @@ INVOKE_CLIENT (ADDME, ns, ARG_DATA (buf, len)); } +//+GPL + /* #define MSG_TYPE_BOOK 1 #define MSG_TYPE_CARD 2 @@ -926,6 +932,8 @@ return 0; } +//-GPL + // prefetch (and touch) all maps within a specific distancd static void prefetch_surrounding_maps (maptile *map, int distance) @@ -948,6 +956,8 @@ prefetch_surrounding_maps (op->map, 3); } +//+GPL + /** * Draws client map. */ @@ -1458,3 +1468,5 @@ pl->ns->send_packet (sl); } +//-GPL +