Pārlūkot izejas kodu

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

Kolja Strohm 2 gadi atpakaļ
vecāks
revīzija
6d822962b1
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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);