Fix #8 by defining the version properly and adding a proper line end
This commit is contained in:
parent
98deae237b
commit
4f595ff92e
2 changed files with 2 additions and 3 deletions
|
@ -46,7 +46,7 @@ bool OutputGameStateFile(CTTRTSGame &game, std::string &gameDir)
|
|||
// Append the version number
|
||||
turnDescriptor = std::string("==== ttrts v")
|
||||
+ sk_ttrts_version_string
|
||||
+ std::string(" ====")
|
||||
+ std::string(" ====\n")
|
||||
+ turnDescriptor;
|
||||
|
||||
turnFile<<turnDescriptor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue