mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-04 12:29:13 +00:00
fix compile error
This commit is contained in:
parent
6e5b846ad7
commit
369871bacb
@ -192,7 +192,7 @@ turn_info::PROCESS_DATA_RESULT turn_info::process_network_data(const config& cfg
|
||||
//if this is an ally of the dropping side and it is not us (choose local player
|
||||
//if you want that) and if it is not the dropping side itself, get this team in as well
|
||||
options.push_back(_("Replace with ") + team->save_id());
|
||||
allies.push_back(team);
|
||||
allies.push_back(&(*team));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user