mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 10:13:16 +00:00
More debug messages to diagnose better failed activations of the future unit map.
This commit is contained in:
parent
951eeb2f99
commit
3e1809d2a4
@ -367,13 +367,17 @@ void manager::set_planned_unit_map()
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_WB << "Attempt to set planned unit map when it was already set.\n";
|
||||
WRN_WB << "Attempt to set planned unit map when it was already set.\n";
|
||||
}
|
||||
}
|
||||
else if (executing_actions_)
|
||||
{
|
||||
DBG_WB << "Attempt to set planned_unit_map during action execution.\n";
|
||||
}
|
||||
else if (wait_for_side_init_)
|
||||
{
|
||||
DBG_WB << "Attempt to set planned_unit_map while waiting for side init.\n";
|
||||
}
|
||||
}
|
||||
|
||||
void manager::set_real_unit_map()
|
||||
|
Loading…
x
Reference in New Issue
Block a user