Fix sector special detection being flakey on Dynslopes
This commit is contained in:
parent
6fcda4e2a6
commit
712e2c6dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -66,11 +66,11 @@ extern "C" {
|
|||
|
||||
typedef enum
|
||||
{
|
||||
THINK_DYNSLOPE,
|
||||
THINK_POLYOBJ,
|
||||
THINK_MAIN,
|
||||
THINK_MOBJ,
|
||||
THINK_FLOORS, // thanks diamond square
|
||||
THINK_DYNSLOPE,
|
||||
|
||||
// Lists after this may exist but they do not call an
|
||||
// action in P_RunThinkers
|
||||
|
|
|
|||
Loading…
Reference in a new issue