Skip to content

Commit

Permalink
commented out unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Jun 24, 2014
1 parent 9757a2d commit 97c1178
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/play_controller.cpp
Expand Up @@ -242,6 +242,9 @@ void play_controller::init(CVideo& video){
browse_ = true;

init_managers();
#if 0
// [era] and [modification] childs don't exist anymore in level_
// the events are now added in saved_game::expand_mp_events
// add era & mod events for MP game
if (const config &era_cfg = level_.child("era")) {
game_events::add_events(era_cfg.child_range("event"), "era_events");
Expand All @@ -256,6 +259,7 @@ void play_controller::init(CVideo& video){
}
}
}
#endif
loadscreen::global_loadscreen->start_stage("start game");
loadscreen_manager->reset();
}
Expand Down

0 comments on commit 97c1178

Please sign in to comment.