Comment out an unused parameter.

This commit is contained in:
Mark de Wever 2009-01-12 19:23:23 +00:00
parent 8ff15e743c
commit eb4fd385a2

View File

@ -2143,7 +2143,7 @@ namespace {
}
// Fire any events
WML_HANDLER_FUNCTION(fire_event,/*handler*/,event_info,cfg)
WML_HANDLER_FUNCTION(fire_event,/*handler*/,/*event_info*/,cfg)
{
map_location loc1,loc2;
config data;