diff Indoor.h @ 2029:81a0e6819d3f

Слияние
author Ritor1
date Mon, 18 Nov 2013 10:07:24 +0600
parents 3fa489e0a3f2
children 259df09dfb50 52abdea20b9e
line wrap: on
line diff
--- a/Indoor.h	Mon Nov 18 10:07:17 2013 +0600
+++ b/Indoor.h	Mon Nov 18 10:07:24 2013 +0600
@@ -266,7 +266,7 @@
   inline bool Portal() const    {return (uAttributes & FACE_PORTAL) != 0;}
   inline bool Fluid() const     {return (uAttributes & FACE_FLUID) != 0;}
   inline bool Clickable() const {return (uAttributes & FACE_CLICKABLE) != 0;}
-
+  inline bool Ethereal() const {return (uAttributes & FACE_ETHEREAL) != 0;}
 
   struct Plane_float_ pFacePlane;
   struct Plane_int_ pFacePlane_old;