Explorar el Código

fehler behoben der endlosschleife beim verlassen des minigames verursachte

Kolja Strohm hace 6 años
padre
commit
4a803f2e10
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;