Small indent fixup for 7adf43a4a2
This commit is contained in:
parent
7adf43a4a2
commit
ce8ca0a9df
1 changed files with 1 additions and 1 deletions
|
@ -643,7 +643,7 @@ ingame_savegame::ingame_savegame(saved_game &gamestate,
|
|||
void ingame_savegame::create_filename()
|
||||
{
|
||||
set_filename((formatter() << gamestate().classification().label
|
||||
<< " " << _("Turn") << " " << gamestate().get_starting_pos()["turn_at"]).str());
|
||||
<< " " << _("Turn") << " " << gamestate().get_starting_pos()["turn_at"]).str());
|
||||
}
|
||||
|
||||
void ingame_savegame::write_game(config_writer &out) {
|
||||
|
|
Loading…
Add table
Reference in a new issue