Skip to content

Commit

Permalink
fixup previous
Browse files Browse the repository at this point in the history
fixes up the commit 'less copying of configs when loading saved games'
  • Loading branch information
gfgtdf committed Mar 7, 2015
1 parent a15867e commit b847cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/saved_game.cpp
Expand Up @@ -539,7 +539,7 @@ void saved_game::set_data(config& cfg)
{
replay_start_ = config();
}

replay_data_ = replay_recorder_base();
//Serversided replays can contain multiple [replay]
BOOST_FOREACH(config& replay, cfg.child_range("replay"))
{
Expand Down

0 comments on commit b847cad

Please sign in to comment.