Fixed a compile warning.

This commit is contained in:
Sergey Popov 2008-08-25 07:14:39 +00:00
parent b087db7aa3
commit 91aa91c618

View File

@ -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)