Author: suokko
Date: Mon Jun 9 21:12:52 2008
New Revision: 27075
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27075&view=rev
Log:
fixed a typo
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=27075&r1=27074&r2=27075&view=diff
==============================================================================
--- trunk/src/game_events.cpp (original)
+++ trunk/src/game_events.cpp Mon Jun 9 21:12:52 2008
@@ -2915,7 +2915,7 @@
vconfig::child_list events =
option_events[option_chosen];
for(vconfig::child_list::const_iterator itor =
events.begin();
itor != events.end(); ++itor) {
- if(!ihandler.handle_event(event_info, *itor)) {
+ if(!handler.handle_event(event_info, *itor)) {
handler.mutated() = false;
}
}
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits