Procházet zdrojové kódy

fehler behoben der endlosschleife beim verlassen des minigames verursachte

Kolja Strohm před 6 roky
rodič
revize
4a803f2e10
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;