Fixed amb1709 - Dynamic Menu selections not resetting on exit

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402186
This commit is contained in:
Matt Woodrow 2008-05-25 07:44:53 +00:00
parent d56da0c3da
commit c3065f7535

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);
}