Commit 3c583b51 3c583b51de94882d867a8164702e26c7702051c8 by jinwawa

repair cake game bug

1 parent 2a2f97a2
...@@ -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
......