Mercurial > mm7
comparison Indoor.h @ 2029:81a0e6819d3f
Слияние
author | Ritor1 |
---|---|
date | Mon, 18 Nov 2013 10:07:24 +0600 |
parents | 3fa489e0a3f2 |
children | 259df09dfb50 52abdea20b9e |
comparison
equal
deleted
inserted
replaced
2028:136b4d8d36f6 | 2029:81a0e6819d3f |
---|---|
264 inline bool Invisible() const {return (uAttributes & FACE_INVISIBLE) != 0;} | 264 inline bool Invisible() const {return (uAttributes & FACE_INVISIBLE) != 0;} |
265 inline bool Visible() const {return !Invisible();} | 265 inline bool Visible() const {return !Invisible();} |
266 inline bool Portal() const {return (uAttributes & FACE_PORTAL) != 0;} | 266 inline bool Portal() const {return (uAttributes & FACE_PORTAL) != 0;} |
267 inline bool Fluid() const {return (uAttributes & FACE_FLUID) != 0;} | 267 inline bool Fluid() const {return (uAttributes & FACE_FLUID) != 0;} |
268 inline bool Clickable() const {return (uAttributes & FACE_CLICKABLE) != 0;} | 268 inline bool Clickable() const {return (uAttributes & FACE_CLICKABLE) != 0;} |
269 | 269 inline bool Ethereal() const {return (uAttributes & FACE_ETHEREAL) != 0;} |
270 | 270 |
271 struct Plane_float_ pFacePlane; | 271 struct Plane_float_ pFacePlane; |
272 struct Plane_int_ pFacePlane_old; | 272 struct Plane_int_ pFacePlane_old; |
273 int zCalc1; | 273 int zCalc1; |
274 int zCalc2; | 274 int zCalc2; |