--- deliantra/server/socket/request.C 2006/12/25 11:25:50 1.53 +++ deliantra/server/socket/request.C 2006/12/25 14:54:44 1.54 @@ -1508,7 +1508,7 @@ /* If there is no object for this space, or if the face for the object * is the blank face, set the smoothlevel to zero. */ - if (!ob || ob->face == blank_face || MAP_NOSMOOTH (mp)) + if (!ob || ob->face == blank_face || mp->nosmooth) smoothlevel = 0; else {