Add function description

This commit is contained in:
Marijn van der Werf 2017-12-25 09:40:53 +01:00
parent 6251577305
commit a29c4f49a0
1 changed files with 3 additions and 0 deletions

View File

@ -855,6 +855,9 @@ void window_close_all_except_class(rct_windowclass cls)
}
}
/**
* Closes all windows, save for those having any of the passed flags.
*/
void window_close_all_except_flags(uint16 flags)
{
for (rct_window * w = RCT2_LAST_WINDOW; w >= g_window_list; w--)