Browse Source

Fehler in der Bestenliste behoben

Kolja Strohm 4 years ago
parent
commit
1100e5d312
1 changed files with 1 additions and 1 deletions
  1. 1 1
      StickmanWorldOnline/Bestenliste.cpp

+ 1 - 1
StickmanWorldOnline/Bestenliste.cpp

@@ -32,7 +32,7 @@ void Bestenliste::setWert( const char *spalte, const char *zeile, const char *we
             break;
     }
     int zeileI = 0;
-    for( auto z = zeilen.getIterator(); z; z++, spalteI++ )
+    for( auto z = zeilen.getIterator(); z; z++, zeileI++ )
     {
         if( z->istGleich( zeile ) )
             break;