Преглед на файлове

fixed a bug that causes some recipies to be discarded during loading

Kolja Strohm преди 2 години
родител
ревизия
6d822962b1
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      FactoryCraft/RecipieLoader.cpp

+ 0 - 2
FactoryCraft/RecipieLoader.cpp

@@ -21,8 +21,6 @@ RecipieLoader::~RecipieLoader()
 
 void RecipieLoader::loadRecipies(const char* path)
 {
-    shapedLists.leeren();
-    lists.leeren();
     std::cout << "loading recipies from '" << path << "'" << std::endl;
     Framework::Datei d;
     d.setDatei(path);