Skip to content

Commit

Permalink
Changes the check when fixing up the erroneous Nod HouseType to be ag…
Browse files Browse the repository at this point in the history
…ainst the unmodified status on the INIs.
  • Loading branch information
CCHyper committed Mar 20, 2023
1 parent 9c10cdd commit 9829680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extensions/rules/rulesext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,9 @@ void RulesClassExtension::Fixups(CCINIClass &ini)
* Workaround because NOD has Side=GDI and Prefix=B in unmodded Tiberian Sun.
*
* Match criteria;
* - Are we currently processing RuleINI?
* - Are we currently processing one of the unmodified rule INI's?
*/
if (is_ruleini) {
if (rule_unmodified || fsrule_unmodified) {

/**
* Ensure at least two HouseTypes are defined before performing this fixup case.
Expand Down

0 comments on commit 9829680

Please sign in to comment.