mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-20 00:40:01 +00:00
Fix multiplayer add-ons not being able to specify [binary_path]s...
...inside the MULTIPLAYER symbol #ifdef
This commit is contained in:
parent
8ba1b6ac76
commit
9d6b72fee5
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user