--- cf.schmorp.de/server/common/map.C 2007/01/03 00:21:35 1.66 +++ cf.schmorp.de/server/common/map.C 2007/01/03 02:51:09 1.67 @@ -1239,8 +1239,8 @@ if ((top != blank_face) && (middle != blank_face)) break; - /* Only show visible faces, unless its the editor - show all */ - if (!tmp->invisible || editor) + /* Only show visible faces */ + if (!tmp->invisible) { /* Fill in top if needed */ if (top == blank_face)