ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/map.C
(Generate patch)

Comparing deliantra/server/common/map.C (file contents):
Revision 1.66 by pippijn, Wed Jan 3 00:21:35 2007 UTC vs.
Revision 1.67 by elmex, Wed Jan 3 02:51:09 2007 UTC

1237 1237
1238 /* If two top faces are already set, quit processing */ 1238 /* If two top faces are already set, quit processing */
1239 if ((top != blank_face) && (middle != blank_face)) 1239 if ((top != blank_face) && (middle != blank_face))
1240 break; 1240 break;
1241 1241
1242 /* Only show visible faces, unless its the editor - show all */ 1242 /* Only show visible faces */
1243 if (!tmp->invisible || editor) 1243 if (!tmp->invisible)
1244 { 1244 {
1245 /* Fill in top if needed */ 1245 /* Fill in top if needed */
1246 if (top == blank_face) 1246 if (top == blank_face)
1247 { 1247 {
1248 top = tmp->face; 1248 top = tmp->face;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines