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

A bug fix in FootClass_Mission_Capture_ForbidUnintended #1432

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

TaranDahl
Copy link
Contributor

if ( pThis )
pInfantry = pThis->WhatAmI(pThis) == AbstractType_Infantry ? pThis : 0;
else
pInfantry = 0;
Target = pThis->Target;

pInfantry(EDI) could be null.

Copy link

github-actions bot commented Nov 28, 2024

Nightly build for this pull request:

This comment is automatic and is meant to allow guests to get latest nightly builds for this pull request without registering. It is updated on every successful build.

@chaserli chaserli merged commit ed922fe into Phobos-developers:develop Nov 29, 2024
1 of 6 checks passed
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