Skip to content

Commit

Permalink
Fix compatibility of RBA's NDT_GLASSLIKE_FRAMED
Browse files Browse the repository at this point in the history
  • Loading branch information
celeron55 committed Apr 25, 2013
1 parent e9a4e98 commit bc3072b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/nodedef.h
Expand Up @@ -133,8 +133,6 @@ enum NodeDrawType
NDT_LIQUID, // Do not draw face towards same kind of flowing/source liquid
NDT_FLOWINGLIQUID, // A very special kind of thing
NDT_GLASSLIKE, // Glass-like, don't draw faces towards other glass
NDT_GLASSLIKE_FRAMED, // Glass-like, draw connected frames and all all visible faces
// uses 2 textures, one for frames, second for faces
NDT_ALLFACES, // Leaves-like, draw all faces no matter what
NDT_ALLFACES_OPTIONAL, // Fancy -> allfaces, fast -> normal
NDT_TORCHLIKE,
Expand All @@ -143,6 +141,9 @@ enum NodeDrawType
NDT_FENCELIKE,
NDT_RAILLIKE,
NDT_NODEBOX,
NDT_GLASSLIKE_FRAMED, // Glass-like, draw connected frames and all all
// visible faces
// uses 2 textures, one for frames, second for faces
};

#define CF_SPECIAL_COUNT 2
Expand Down

0 comments on commit bc3072b

Please sign in to comment.