Explorar el Código

Fehler in BestenlisteSetWert behoben

Kolja Strohm hace 4 años
padre
commit
e4973c26b6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      StickmanWorldOnline/Aktionen.cpp

+ 1 - 1
StickmanWorldOnline/Aktionen.cpp

@@ -2878,7 +2878,7 @@ BestenlisteSetWert::BestenlisteSetWert( RCArray<Aktion> *subActions )
 
 void BestenlisteSetWert::run( Spiel *zSpiel, Ereignis *zEreignis, LocalMemory *zMemory, ProgramCounter *zPC, double &waitCount )
 {
-    ( (Bestenliste *)zParam( 3 ) )->setWert( ( (String *)zParam( 0 ) )->getValue(), ( (String *)zParam( 1 ) )->getValue(), ( (String *)zParam( 3 ) )->getValue() );
+    ( (Bestenliste *)zParam( 3 ) )->setWert( ( (String *)zParam( 0 ) )->getValue(), ( (String *)zParam( 1 ) )->getValue(), ( (String *)zParam( 2 ) )->getValue() );
 }