0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-17 09:22:43 +00:00

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

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 = {