Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Door_AnimatedClose #838

Merged
merged 2 commits into from
May 12, 2019
Merged

Conversation

XxMiltenXx
Copy link
Contributor

  • Fixing that Door_AnimatedClose would be activated on an already closed door (playing the sound and the 1st frame of the animation)
  • There was no check if the Door is already Animated when a tag was used with Door_AnimatedClose

- Fixing that Door_AnimatedClose would be activated on an already closed door (playing the sound and the 1st frame of the animation)
- There was no check if the Door is already Animated when a tag was used with Door_AnimatedClose
Copy link
Collaborator

@alexey-lysiuk alexey-lysiuk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not fix your own changes with a separate commit. Please force push all changes as one commit.

@coelckers coelckers merged commit 29c6782 into ZDoom:master May 12, 2019
@coelckers
Copy link
Member

Since the Github interface allows squash merges there's really no need to do these manually.

drfrag666 pushed a commit to drfrag666/gzdoom that referenced this pull request May 12, 2019
* Fixes for Door_AnimatedClose

- Fixing that Door_AnimatedClose would be activated on an already closed door (playing the sound and the 1st frame of the animation)
- There was no check if the Door is already Animated when a tag was used with Door_AnimatedClose

* Removed doubled "door->StartClosing();".
drfrag666 pushed a commit to drfrag666/gzdoom that referenced this pull request May 12, 2019
* Fixes for Door_AnimatedClose

- Fixing that Door_AnimatedClose would be activated on an already closed door (playing the sound and the 1st frame of the animation)
- There was no check if the Door is already Animated when a tag was used with Door_AnimatedClose

* Removed doubled "door->StartClosing();".
madame-rachelle pushed a commit that referenced this pull request May 14, 2019
* Fixes for Door_AnimatedClose

- Fixing that Door_AnimatedClose would be activated on an already closed door (playing the sound and the 1st frame of the animation)
- There was no check if the Door is already Animated when a tag was used with Door_AnimatedClose

* Removed doubled "door->StartClosing();".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants