Mercurial > mm7
diff Indoor.h @ 1059:0e0f1192aa57
Слияние
author | Ritor1 |
---|---|
date | Fri, 24 May 2013 00:53:48 +0600 |
parents | 1c10b24a4159 |
children | 39eaa6b00141 |
line wrap: on
line diff
--- a/Indoor.h Fri May 24 00:53:14 2013 +0600 +++ b/Indoor.h Fri May 24 00:53:48 2013 +0600 @@ -264,6 +264,7 @@ #define FACE_CLICKABLE 0x02000000 // Event can be triggered by clicking on the facet. #define FACE_PRESSURE_PLATE 0x04000000 // Event can be triggered by stepping on the facet. #define FACE_ETHEREAL 0x20000000 // Untouchable. You can pass through it. +#define FACE_PICKED 0x80000000 /* 93 */ #pragma pack(push, 1)