mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 05:25:34 +00:00
Fix typos in comment
This commit is contained in:
parent
688747e469
commit
8082cef707
@ -276,7 +276,7 @@ void attack_result::do_execute()
|
||||
|
||||
const unit_map::const_iterator a_ = resources::units->find(attacker_loc_);
|
||||
const unit_map::const_iterator d_ = resources::units->find(defender_loc_);
|
||||
//to get rid of an unused member varuiable warning, FIXME: find a way to 'ask' the ai wich advancement should be chosen from synced_commands.cpp .
|
||||
//to get rid of an unused member variable warning, FIXME: find a way to 'ask' the ai which advancement should be chosen from synced_commands.cpp .
|
||||
if(synced_context::get_synced_state() != synced_context::SYNCED) //RAII block for set_scontext_synced
|
||||
{
|
||||
//we don't use synced_context::run_in_synced_context because that wouldn't allow us to pass advancements_
|
||||
|
Loading…
x
Reference in New Issue
Block a user