Reverted commit 2010-02-07T14:55:39Z!ai0867@gmail.com further,

...so that error messages are actually displayed.
This commit is contained in:
Guillaume Melquiond 2010-02-07 15:16:29 +00:00
parent c6fba6559e
commit cd1aa3aa07

View file

@ -663,11 +663,7 @@ bool game_controller::play_test()
state_.classification().campaign_define = "TEST";
cache_.add_define("TEST");
try {
load_game_cfg();
} catch(config::error&) {
return false;
}
load_game_cfg();
paths_manager_.set_paths(game_config());