Sfoglia il codice sorgente

fehler behoben der endlosschleife beim verlassen des minigames verursachte

Kolja Strohm 6 anni fa
parent
commit
4a803f2e10
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Asteroids/Menü.cpp

+ 1 - 0
Asteroids/Menü.cpp

@@ -483,6 +483,7 @@ void Men
     ObjTabelle *tmpWBT = worldBestT->getThis();
     MinigameKlientV *tmpKlient = klient->getThis();
     Schrift *tmpSchrift = schrift->getThis();
+	asyncFinished = 0;
     new AsynchronCall( [ this, tmpWBT, tmpKlient, tmpSchrift ]()
     {
         Array< int > score;