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()