Mercurial > mm7
diff Indoor.h @ 2138:7cc14d9d966d
1
author | Ritor1 |
---|---|
date | Thu, 02 Jan 2014 09:11:01 +0600 |
parents | 3fa489e0a3f2 |
children | 3920278a2905 |
line wrap: on
line diff
--- a/Indoor.h Tue Dec 03 16:35:57 2013 +0600 +++ b/Indoor.h Thu Jan 02 09:11:01 2014 +0600 @@ -235,7 +235,7 @@ #define FACE_TEXTURE_FRAME 0x00004000 // Texture ID is a frameset from TextureFrameTable, otherwise BitmapID #define FACE_OUTLINED 0x00010000 // outline face edges #define FACE_TEXTURE_FLOW 0x00040000 // The texture moves slowly. For horizontal facets only. -#define FACE_INDOOR_SKY 0x00400000 +#define FACE_INDOOR_SKY 0x00400000 #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.