Fix #8 by defining the version properly and adding a proper line end

This commit is contained in:
mdiluzio 2014-12-20 17:27:25 +00:00
parent 98deae237b
commit 4f595ff92e
2 changed files with 2 additions and 3 deletions

View file

@ -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;