Browse Source

Fehler beim laden der Objekte behoben

Kolja Strohm 5 năm trước cách đây
mục cha
commit
e81a12b767
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Asteroids/Editor.cpp

+ 1 - 1
Asteroids/Editor.cpp

@@ -160,7 +160,7 @@ bool Editor::nachricht( SKlient *k )
     case 5: // Lade Objekt Daten
     {
         Text tmpPf = pfad.getText();
-        tmpPf += "/object";
+        tmpPf += "/objekt";
         Datei d;
         d.setDatei( tmpPf );
         RCArray< Text > *files = d.getDateiListe();