- fixed: The menu descriptors were not cleared on restart, leaving some menu data behind.

This commit is contained in:
Christoph Oelckers 2017-04-18 16:54:06 +02:00
commit 42a34ddd58
2 changed files with 3 additions and 1 deletions

View file

@ -137,7 +137,7 @@ DEFINE_ACTION_FUNCTION(FOptionValues, GetText)
}
static void DeinitMenus()
void DeinitMenus()
{
{
FOptionMap::Iterator it(OptionValues);