Explorar o código

Fehler in der Ausgabe des headless modes behoben

Kolja Strohm %!s(int64=5) %!d(string=hai) anos
pai
achega
32e6a59528
Modificáronse 3 ficheiros con 1 adicións e 1 borrados
  1. BIN=BIN
      Fertig/x64/smp.exe
  2. BIN=BIN
      Fertig/x64/smph.exe
  3. 1 1
      SMP/Programm/Server/Patch/PatchServer.cpp

BIN=BIN
Fertig/x64/smp.exe


BIN=BIN
Fertig/x64/smph.exe


+ 1 - 1
SMP/Programm/Server/Patch/PatchServer.cpp

@@ -1521,7 +1521,7 @@ void PatchServer::updateAll()
                     {
                         Sleep( 100 );
                     }
-                    std::cout << ( (TextFeld *)updateT->zZeichnung( 0, j ) )->zText()->getText() << "\n";
+                    std::cout << ( (TextFeld *)updateT->zZeichnung( 1, j ) )->zText()->getText() << "\n";
                     j = 0;
                 }
             }