From 1a18a5463ba2380cfcbba789c300a4b2f6afb22f Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 29 Sep 2023 09:32:49 +0100 Subject: [PATCH] Update apps/oxofocus/app.js Co-authored-by: Rob Pilling --- apps/oxofocus/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/oxofocus/app.js b/apps/oxofocus/app.js index 5b02116e6..87c8beee0 100644 --- a/apps/oxofocus/app.js +++ b/apps/oxofocus/app.js @@ -454,7 +454,7 @@ Bangle.on('touch', function(zone,e) { if (game_state == GAME_OVER) { new_game(); - return(); + return; } get_move();