menu_type is now call_bool

This commit is contained in:
p.kosyh 2011-07-27 17:44:30 +00:00
parent 17d68e6ce7
commit c42ea2134f

View file

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