Fix multiplayer add-ons not being able to specify [binary_path]s...

...inside the MULTIPLAYER symbol #ifdef
This commit is contained in:
Ignacio R. Morelle 2008-06-13 22:36:38 +00:00
parent 8ba1b6ac76
commit 9d6b72fee5

View File

@ -1707,13 +1707,15 @@ bool game_controller::play_multiplayer()
}
try {
/* do */ {
reset_defines_map();
defines_map_[state_.campaign_define] = preproc_define();
refresh_game_cfg();
events::discard(INPUT_MASK); // prevent the "keylogger" effect
cursor::set(cursor::NORMAL);
// update binary paths
paths_manager_.set_paths(game_config_);
clear_binary_paths_cache();
}
if(res == 2) {