Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Handle setting VPs if the capital province is not owned.
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Nov 3, 2015
1 parent 596afb1 commit d2f7e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vic2ToHoI3/Source/HOI3World/HoI3Country.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ HoI3Province* HoI3Country::getCapital(void)
{
if (provinces.size() > 0)
{

capitalItr = provinces.begin();
}
else
{
Expand Down

0 comments on commit d2f7e6d

Please sign in to comment.