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

Morph Crash Fix #786

Merged
merged 1 commit into from Sep 1, 2016
Merged

Morph Crash Fix #786

merged 1 commit into from Sep 1, 2016

Commits on Sep 1, 2016

  1. Tracer pointer is no longer a safe candidate for storing player morph…

    … pointers. Instead, actors must have a new, non-manipulatable pointer. This fixes the following circumstances:
    
    - Crashes occurred if a particular actor was a tracer to the player and the actor was not gone by the time the player unmorphs.
    - Failed unmorphs occur if tracer was manipulated through means like A_RearrangePointers, etc.
    MajorCooke committed Sep 1, 2016
    Copy the full SHA
    c4357bd View commit details
    Browse the repository at this point in the history