--- deliantra/server/socket/item.C 2006/09/10 13:43:33 1.5 +++ deliantra/server/socket/item.C 2006/09/16 22:24:13 1.8 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_item_c = - * "$Id: item.C,v 1.5 2006/09/10 13:43:33 root Exp $"; - */ - /* CrossFire, A Multiplayer game for X-windows @@ -24,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The author can be reached via e-mail to crossfire-devel@real-time.com + The author can be reached via e-mail to */ /** @@ -708,7 +702,7 @@ object *tmp; int flag = 0; sint16 x, y; - mapstruct *m; + maptile *m; x = op->x + dx; y = op->y + dy;