Selaa lähdekoodia

* it shouldn't parse scripts yet

mateuszb 14 vuotta sitten
vanhempi
sitoutus
033c067144
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      lib/VCMI_Lib.cpp

+ 3 - 3
lib/VCMI_Lib.cpp

@@ -52,9 +52,9 @@ DLL_EXPORT void initDLL(CConsoleHandler *Console, std::ostream *Logfile)
 	} HANDLE_EXCEPTION;
 
 
- 	ERMInterpreter ei;
- 	ei.scanForScripts();
- 	ei.printScripts();
+//  	ERMInterpreter ei;
+//  	ei.scanForScripts();
+//  	ei.printScripts();
 }
 
 DLL_EXPORT void loadToIt(std::string &dest, const std::string &src, int &iter, int mode)