From 38f68330bb9c3aeda28b4491cf018c60c72af5c4 Mon Sep 17 00:00:00 2001 From: Chris Ison Date: Mon, 26 Aug 2002 19:50:00 +0000 Subject: [PATCH] tanihwa fix for reloading the menu.dat only when gamedir changes --- libs/console/client.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/console/client.c b/libs/console/client.c index 0dccd4026..9c8d08e84 100644 --- a/libs/console/client.c +++ b/libs/console/client.c @@ -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 = {