Removed a seemingly unnecessary check in p_mapspec.cpp that sometimes prevented scripts from being notified about the completion of polyobj rotation.
Whenever the polyobj/sector notification functions are called, the corresponding thinker is immediately destroyed afterwards. If this notification is ignored, ACS scripts will miss the notification completely since a second try never occurs.
Fixed|Hexen: Doors in map 13 rotate only once
Removed a seemingly unnecessary check in p_mapspec.cpp that sometimes
prevented scripts from being notified about the completion of polyobj
rotation.
Whenever the polyobj/sector notification functions are called, the
corresponding thinker is immediately destroyed afterwards. If this
notification is ignored, ACS scripts will miss the notification
completely since a second try never occurs.
IssueID #2157