Skip to content

Commit

Permalink
added new line to last line on game exit
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramid3d committed Feb 15, 2020
1 parent a70b854 commit 6420d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/savegame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ string SaveGame::WriteSaveGame( const char *systemname,
bool write )
{
savestring = string( "" );
printf( "Writing Save Game %s", outputsavegame.c_str() );
printf( "Writing Save Game %s\n", outputsavegame.c_str() );
savestring += WritePlayerData( FP, unitname, systemname, credits, fact );
savestring += WriteDynamicUniverse();
if (outputsavegame.length() != 0) {
Expand Down

0 comments on commit 6420d8d

Please sign in to comment.