multiple syntax updates to adjust for 1.11.0.6946 SM build

This commit is contained in:
jenz
2023-08-29 18:10:57 +02:00
parent a0c0f7e92d
commit b64abac26d
8 changed files with 149 additions and 136 deletions
@@ -380,11 +380,12 @@ stock bool IsValidClient(int client)
int MenuHandler_NotifyPanel(Menu hMenu, MenuAction iAction, int iParam1, int iParam2)
{
switch (iAction)
{
case MenuAction_Select, MenuAction_Cancel:
delete hMenu;
}
switch (iAction)
{
case MenuAction_Select, MenuAction_Cancel:
delete hMenu;
}
return 0;
}
//----------------------------------------------------------------------------------------------------