repair cake game bug
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -567,7 +567,7 @@ function CakeScene:onKeypadOk() | ... | @@ -567,7 +567,7 @@ function CakeScene:onKeypadOk() |
567 | 567 | ||
568 | if not self.is_starting then | 568 | if not self.is_starting then |
569 | self:startGame(); | 569 | self:startGame(); |
570 | else | 570 | elseif self.cur_cake~=nil then |
571 | self.tips_show:hide(); | 571 | self.tips_show:hide(); |
572 | self:drop_cake(); | 572 | self:drop_cake(); |
573 | end | 573 | end | ... | ... |
-
Please register or sign in to post a comment