This commit is contained in:
alexeevdv
2015-02-16 11:33:01 +03:00
parent 447f352779
commit a931d7f82d
+1 -1
View File
@@ -288,7 +288,7 @@ void CFalloutScript::StoreDeclarations()
std::string c_strArgumentTemplate("arg%u");
std::string c_strLocalVarTemplate("LVar%u");
g_ofstream << " Storing declarations" << std::endl;
std::cout << " Storing declarations" << std::endl;
std::string strOutLine;