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

Commit

Permalink
Fix resaving bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Idhrendur committed Jan 31, 2013
1 parent 0b57783 commit c3c6385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Data Files/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,5 @@ Revision Log Message



310 Fix crash bug from HRE title being destroyed
310 Fix crash bug from HRE title being destroyed
311 Fix resaving bug
2 changes: 1 addition & 1 deletion Source/EU3World/EU3Country.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ void EU3Country::output(FILE* output)
{
fprintf(output, "\tgalley=\"%s\"\n", galley.c_str());
}
if(infantry != "")
if(transport != "")
{
fprintf(output, "\ttransport=\"%s\"\n", transport.c_str());
}
Expand Down

0 comments on commit c3c6385

Please sign in to comment.