[go: up one dir, main page]

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

Removed incorrect assert #1164

Merged
merged 2 commits into from
Oct 31, 2024
Merged

Conversation

6emmes
Copy link
Contributor
@6emmes 6emmes commented Oct 23, 2024

In the original code this branch leads to assert("WARNING: Script doCommandButton for button %s not implemented. Doing nothing"). This If exists to check if an AIteam member can doCommandButton (for example barracks building China radar), not Whether given command itself is valid. After change doCommandButton for button %s becomes implemented.
Fixes AI using America ControlRods, China Mines, China Radar and GLA CamoNetting (likely more) in skirmish.

Copy link
Contributor
@tomsons26 tomsons26 left a comment

Choose a reason for hiding this comment

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

The gotos in this function need further looking into but out of scope of this pr i guess, looks like this should be:

if (upgrade == nullptr) {
    break;
}

if (upgrade->Get_Type() == UPGRADE_TYPE_OBJECT
    && (Has_Upgrade(upgrade) || !Affected_By_Upgrade(upgrade))) {
    break;
}

@xezon xezon merged commit bcc87c7 into TheAssemblyArmada:develop Oct 31, 2024
7 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