tanihwa fix for reloading the menu.dat only when gamedir changes

This commit is contained in:
Chris Ison 2002-08-26 19:50:00 +00:00
parent 52f183a9a5
commit 38f68330bb
1 changed files with 1 additions and 0 deletions

View File

@ -789,6 +789,7 @@ C_NewMap (void)
if (!strequal (old_gamedir, com_gamedir))
Menu_Load ();
strcpy (old_gamedir, com_gamedir);
}
static general_funcs_t plugin_info_general_funcs = {