Skip to content

Commit

Permalink
Fix unset trade cache on loading a game
Browse files Browse the repository at this point in the history
Fixes #1392
  • Loading branch information
Flamefire authored and Flow86 committed Mar 28, 2021
1 parent c8c49c8 commit f849d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/s25main/world/MapSerializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,5 @@ void MapSerializer::Deserialize(GameWorldBase& world, SerializedGameData& sgd, G
}
game.SetLua(std::move(lua));
}
world.CreateTradeGraphs();
}

0 comments on commit f849d5f

Please sign in to comment.