File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
85
85
#define SURF_NOMARKS BIT( 5 ) // 0x20 // missile will explode, but no mark will be left
86
86
#define SURF_SPLASH BIT( 6 ) // 0x40 // Q3 stores SURF_FLESH there; RTCW stores SURF_CERAMIC there; Wolf:ET stores SURF_SPLASH there
87
87
#define SURF_NODRAW BIT( 7 ) // 0x80 // renderer will not draw this surface, q3map2 will not paint lightmap either
88
- #define SURF_HINT BIT( 7 ) // 0x100 // q3map2 will split BSP using this surface
88
+ #define SURF_HINT BIT( 8 ) // 0x100 // q3map2 will split BSP using this surface
89
89
#define SURF_SKIP BIT( 9 ) // 0x200 // ignore this surface, non-closed brushes can be made this way
90
90
#define SURF_NOLIGHTMAP BIT( 10 ) // 0x400 // lightmap will not be painted on such surface
91
91
#define SURF_POINTLIGHT BIT( 11 ) // 0x800 // sample lighting at vertexes
You can’t perform that action at this time.
0 commit comments