Fixed amb1709 - Dynamic Menu selections not resetting on exit

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402187
This commit is contained in:
Matt Woodrow 2008-05-25 07:44:58 +00:00
parent d9357d5224
commit 9c7249a1e9

View File

@ -410,6 +410,7 @@ public DynamicMenuItemHandler(Handle:topmenu,
strcopy(g_command[param], sizeof(g_command[]), output[Item_cmd]);
g_currentPlace[param][Place_Item] = location;
g_currentPlace[param][Place_ReplaceNum] = 1;
ParamCheck(param);
}