Fixed a graphical issue in Survival A2 when getting torikanned

pull/62/head
--global 2022-03-31 23:00:39 -04:00
parent fac8c6584e
commit 27e699841e
1 changed files with 2 additions and 1 deletions

View File

@ -101,6 +101,7 @@ function SurvivalA2Game:onLineClear(cleared_row_count)
self.clear = true
if new_level < 999 then
self.game_over = true
return
end
end
self.level = new_level