From 49633072ac2976843643efce762a944f18303576 Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Wed, 31 Jul 2024 20:35:49 +0100 Subject: [PATCH] reset wind --- restart.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/restart.lua b/restart.lua index 02dbb55..4b5cc24 100644 --- a/restart.lua +++ b/restart.lua @@ -51,6 +51,10 @@ end function RestartGame() setNewLevelFromRandom(getLevelCount()) + --reset wins + _G.P1_WIN = false + _G.P2_WIN = false + -- Stop the music --StopAllMusic()