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

Commit

Permalink
Merge remote-tracking branch 'origin/V2toHOI3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed May 31, 2016
2 parents d3d0881 + b9fc182 commit 1120c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vic2ToHoI3/Source/V2toHOI3Converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/
// Returns 0 on success or a non-zero failure code on error.
int ConvertV2ToHoI3(const std::string& V2SaveFileName)
{
LOG(LogLevel::Info) << "Converter version 1.1";
LOG(LogLevel::Info) << "Converter version 1.2";
Object* obj; // generic object

Configuration::getInstance();
Expand Down

0 comments on commit 1120c86

Please sign in to comment.