Code speaks for itself.
MACRO\RESOURCE.INC
macro menuseparator id,resinfo
{ dd MFT_SEPARATOR,0,id+0
dw resinfo+0,0
if ~ resinfo eq
if resinfo and MFR_END
menu_level = menu_level - 1
end if
end if
if menu_level = 0
menu_size
end if }
This would be convenient to specify and ID for a menuseparator, the only disadvantage to this, is that it would break existing code in the case where menuseparator is the end of the menu (highly unlikely unless you have ugly line breaks at the end of your menus
)
Cheers