Explorar el Código

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

Kolja Strohm hace 2 años
padre
commit
6d822962b1
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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);