Mercurial > might-and-magic-trilogy
comparison Indoor.h @ 77:8b0c4d626477
Party movement
author | Nomad |
---|---|
date | Sun, 28 Oct 2012 18:51:52 +0200 |
parents | fdacbc653945 |
children | f9a33f75bae3 |
comparison
equal
deleted
inserted
replaced
76:75994455e457 | 77:8b0c4d626477 |
---|---|
282 | 282 |
283 inline bool Invisible() const {return uAttributes & FACE_INVISIBLE;} | 283 inline bool Invisible() const {return uAttributes & FACE_INVISIBLE;} |
284 inline bool Visible() const {return !Invisible();} | 284 inline bool Visible() const {return !Invisible();} |
285 inline bool TwoSided() const {return uAttributes & FACE_TWO_SIDED;} | 285 inline bool TwoSided() const {return uAttributes & FACE_TWO_SIDED;} |
286 inline bool Animated() const {return uAttributes & FACE_TEXTURE_ANIMATED;} | 286 inline bool Animated() const {return uAttributes & FACE_TEXTURE_ANIMATED;} |
287 inline bool Clickable() const {return uAttributes & FACE_CLICKABLE;} | |
287 | 288 |
288 | 289 |
289 struct Plane_float_ pFacePlane; | 290 struct Plane_float_ pFacePlane; |
290 struct Plane_int_ pFacePlane_old; | 291 struct Plane_int_ pFacePlane_old; |
291 int zCalc1; | 292 int zCalc1; |