mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 16:46:04 +00:00
Removing an unecessary assert
This commit is contained in:
parent
3f7bbb96f6
commit
ef27e01156
@ -1068,7 +1068,6 @@ bool manager::has_actions() const
|
||||
|
||||
bool manager::unit_has_actions(unit const* unit) const
|
||||
{
|
||||
assert(!wait_for_side_init_);
|
||||
assert(unit != NULL);
|
||||
return viewer_actions()->unit_has_actions(*unit);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user