Skip to content
Snippets Groups Projects

Fixes with respect to sector special touching and slopes

Merged toaster requested to merge touching_fixes into next
+ 231
57
Compare changes
  • Side-by-side
  • Inline
Files
+ 4
0
@@ -498,4 +498,8 @@ extern const char *compdate, *comptime, *comprevision, *compbranch;
/// \note You should leave this enabled unless you're working with a future SRB2 version.
#define MUSICSLOT_COMPATIBILITY
/// Handle touching sector specials in P_PlayerAfterThink instead of P_PlayerThink.
/// \note Required for proper collision with moving sloped surfaces that have sector specials on them.
//#define SECTORSPECIALSAFTERTHINK
#endif // __DOOMDEF__
Loading