mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 17:22:57 +00:00
Comment out an unused parameter.
This commit is contained in:
parent
6b62c0334d
commit
a62815463d
@ -2555,7 +2555,7 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
WML_HANDLER_FUNCTION(end_turn,/*handler*/,/*event_info*/,cfg)
|
||||
WML_HANDLER_FUNCTION(end_turn,/*handler*/,/*event_info*/,/*cfg*/)
|
||||
{
|
||||
throw end_turn_exception();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user