diff --git a/src/doomdef.h b/src/doomdef.h index e5fa3a482c6384636e8b5bff7222d0ee7653cdf8..ff09144ed1fee55910525382c6ea2eb3a58365b3 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -507,6 +507,6 @@ extern const char *compdate, *comptime, *comprevision, *compbranch; /// on the bright side it fixes some weird issues with translucent walls /// \note SRB2CB port. /// SRB2CB itself ported this from PrBoom+ -//#define NEWCLIP +#define NEWCLIP #endif // __DOOMDEF__