--- deliantra/server/socket/image.C 2007/07/12 18:48:20 1.48 +++ deliantra/server/socket/image.C 2007/07/12 18:48:54 1.49 @@ -308,8 +308,10 @@ return; } + faceinfo *f = face_info (facenum); + // refuse tos end non-image faces - if (d->type) + if (f->type) return; if (!must_send_face (facenum)) @@ -341,8 +343,6 @@ if (EMI_smooth) { - faceinfo *f = face_info (facenum); - if (f->smooth) { send_face (f->smooth);