Removed problem line from eea7bc0c63
altogether
This commit is contained in:
parent
eea7bc0c63
commit
3a9caf70f4
1 changed files with 0 additions and 5 deletions
|
@ -317,11 +317,6 @@ void map_context::load_scenario(const config& game_config)
|
|||
music_tracks_.insert(std::pair<std::string, sound::music_track>(music["name"], sound::music_track(music)));
|
||||
}
|
||||
|
||||
// TODO: is the gameboard *supposed* to be loaded here...?
|
||||
if(resources::gameboard) {
|
||||
resources::gameboard->teams() = teams_;
|
||||
}
|
||||
|
||||
int i = 1;
|
||||
for(config &side : scenario.child_range("side"))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue