mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 15:31:40 +00:00
Fixed a compile warning.
This commit is contained in:
parent
b087db7aa3
commit
91aa91c618
@ -3387,6 +3387,7 @@ namespace game_events {
|
||||
if(itor - it_begin == match_it - match_begin && match_it == match_end) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
bool matches_special_filter(const config* cfg, const vconfig filter)
|
||||
|
Loading…
x
Reference in New Issue
Block a user