fix offline mode initialization for solo play
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 1m38s
Some checks failed
Dynamic Branch Deploy / build-and-deploy (push) Failing after 1m38s
This commit is contained in:
@@ -875,6 +875,7 @@ func (g *Game) resetForNewGame() {
|
||||
g.lastRecvSeq = 0
|
||||
|
||||
// Spieler-State zurücksetzen
|
||||
g.isOffline = false
|
||||
g.scoreSubmitted = false
|
||||
g.lastStatus = ""
|
||||
g.correctionCount = 0
|
||||
|
||||
Reference in New Issue
Block a user