Fixed secret grade detection
This commit is contained in:
@@ -214,9 +214,9 @@ function Grid:checkSecretGrade()
|
|||||||
validLine = false
|
validLine = false
|
||||||
end
|
end
|
||||||
if(validLine) then
|
if(validLine) then
|
||||||
sgrade = sgrade + 1
|
sgrade = sgrade + 1
|
||||||
else
|
else
|
||||||
-- return sgrade
|
return sgrade
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
--[[
|
--[[
|
||||||
|
|||||||
Reference in New Issue
Block a user