diff --git a/parts/scenes/play.lua b/parts/scenes/play.lua index bfbe23dd..6e3b0ead 100644 --- a/parts/scenes/play.lua +++ b/parts/scenes/play.lua @@ -29,6 +29,7 @@ scene.mouseDown=NULL local function restart() resetGameData(GAME.frame<240 and"q") noKey=GAME.replaying + noTouch=noKey end function scene.touchDown(x,y) if noTouch then return end