Browse Source

fehler behoben der endlosschleife beim verlassen des minigames verursachte

Kolja Strohm 6 năm trước cách đây
mục cha
commit
4a803f2e10
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;