diff options
Diffstat (limited to 'src/mapnode.h')
-rw-r--r-- | src/mapnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapnode.h b/src/mapnode.h index 338ae41fe..2abc4b97b 100644 --- a/src/mapnode.h +++ b/src/mapnode.h @@ -240,7 +240,7 @@ struct MapNode return blend_light(daylight_factor, lightday, lightnight); } - u8 getFaceDir(INodeDefManager *nodemgr) const; + u8 getFaceDir(INodeDefManager *nodemgr, bool allow_wallmounted = false) const; u8 getWallMounted(INodeDefManager *nodemgr) const; v3s16 getWallMountedDir(INodeDefManager *nodemgr) const; |