From 1f365c6904a7d548a94de9633d9da5c18ed4624e Mon Sep 17 00:00:00 2001 From: idhrendur Date: Sat, 8 Jun 2013 20:51:37 -0700 Subject: [PATCH] Autogenerated tags must be three characters long --- Data Files/Changelog.txt | 3 ++- Source/EU3World/EU3World.cpp | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Data Files/Changelog.txt b/Data Files/Changelog.txt index 048cf329d..b0699897a 100644 --- a/Data Files/Changelog.txt +++ b/Data Files/Changelog.txt @@ -436,4 +436,5 @@ Revision Log Message 429 Update CK2 version information 430 Update test configurations 431 Fix typos in converter mod -432 Eliminate signed/unsigned mismatch in CK2Version \ No newline at end of file +432 Eliminate signed/unsigned mismatch in CK2Version +433 Autogenerated tags must be three characters long \ No newline at end of file diff --git a/Source/EU3World/EU3World.cpp b/Source/EU3World/EU3World.cpp index f003e825a..b6bb2b166 100644 --- a/Source/EU3World/EU3World.cpp +++ b/Source/EU3World/EU3World.cpp @@ -1995,6 +1995,10 @@ void EU3World::addModCountries(const vector& modCountries, set::iterator itr = countries.find(potentialTag);