--- deliantra/server/socket/request.C 2006/12/30 10:16:11 1.55 +++ deliantra/server/socket/request.C 2007/01/04 00:08:08 1.57 @@ -916,7 +916,6 @@ } /** client wants the map resent */ - void MapRedrawCmd (char *buf, int len, player *pl) { @@ -1720,6 +1719,8 @@ } else if (d > 3) { + m->touch (); + int need_send = 0, count; /* This block deals with spaces that are not visible for whatever @@ -1762,6 +1763,8 @@ } else { + m->touch (); + /* In this block, the space is visible or there are head objects * we need to send. */