revert menu_type

This commit is contained in:
p.kosyh 2011-07-27 18:43:21 +00:00
parent 708ca254ab
commit 49407b6f36

View file

@ -263,7 +263,7 @@ function isMenu(v)
if type(v) ~= 'table' then
return false
end
if stead.call_bool(v, 'menu_type') then
if v.menu_type then
return true
end
return false