소스 검색

* it shouldn't parse scripts yet

mateuszb 14 년 전
부모
커밋
033c067144
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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)