small cleanup of stead

This commit is contained in:
p.kosyh 2009-09-09 16:03:34 +00:00
parent f33b5d27d0
commit 59b41654aa

View file

@ -1797,9 +1797,6 @@ function disabled(o)
end
function isForSave(k)
if string.find(k, '_') == 1 or string.match(k,'^%u') then
return true
end
return false
return string.find(k, '_') == 1 or string.match(k,'^%u')
end
-- here the game begins