Author: loonycyborg
Date: Mon Aug 25 09:14:39 2008
New Revision: 28960

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28960&view=rev
Log:
Fixed a compile warning.

Modified:
    trunk/src/game_events.cpp

Modified: trunk/src/game_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_events.cpp?rev=28960&r1=28959&r2=28960&view=diff
==============================================================================
--- trunk/src/game_events.cpp (original)
+++ trunk/src/game_events.cpp Mon Aug 25 09:14:39 2008
@@ -3387,6 +3387,7 @@
                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)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to