mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-30 20:50:42 +00:00
tanihwa fix for reloading the menu.dat only when gamedir changes
This commit is contained in:
parent
52f183a9a5
commit
38f68330bb
1 changed files with 1 additions and 0 deletions
|
@ -789,6 +789,7 @@ C_NewMap (void)
|
||||||
|
|
||||||
if (!strequal (old_gamedir, com_gamedir))
|
if (!strequal (old_gamedir, com_gamedir))
|
||||||
Menu_Load ();
|
Menu_Load ();
|
||||||
|
strcpy (old_gamedir, com_gamedir);
|
||||||
}
|
}
|
||||||
|
|
||||||
static general_funcs_t plugin_info_general_funcs = {
|
static general_funcs_t plugin_info_general_funcs = {
|
||||||
|
|
Loading…
Reference in a new issue