Skip to content

Commit

Permalink
Fix crash from missing break in CvDiplomacyAI
Browse files Browse the repository at this point in the history
  • Loading branch information
KungCheops authored and azum4roll committed Jul 12, 2024
1 parent da50760 commit e5a60ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CvGameCoreDLL_Expansion2/CvDiplomacyAI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27762,6 +27762,7 @@ void CvDiplomacyAI::DoUpdateDemands()
break;
case CIV_APPROACH_NEUTRAL:
iWeight += -10;
break;
default:
UNREACHABLE();
}
Expand Down

0 comments on commit e5a60ba

Please sign in to comment.