Mercurial > might-and-magic-trilogy
diff Indoor.h @ 77:8b0c4d626477
Party movement
author | Nomad |
---|---|
date | Sun, 28 Oct 2012 18:51:52 +0200 |
parents | fdacbc653945 |
children | f9a33f75bae3 |
line wrap: on
line diff
--- a/Indoor.h Sat Oct 27 22:25:38 2012 +0200 +++ b/Indoor.h Sun Oct 28 18:51:52 2012 +0200 @@ -284,6 +284,7 @@ inline bool Visible() const {return !Invisible();} inline bool TwoSided() const {return uAttributes & FACE_TWO_SIDED;} inline bool Animated() const {return uAttributes & FACE_TEXTURE_ANIMATED;} + inline bool Clickable() const {return uAttributes & FACE_CLICKABLE;} struct Plane_float_ pFacePlane;