Now that tools work, build them by default

This commit is contained in:
Foereaper 2015-09-04 21:06:57 +02:00 committed by Antz
parent 307e1b5c68
commit 9ec4e10a0c
2 changed files with 4 additions and 4 deletions

View file

@ -239,7 +239,7 @@ uint32 ReadBuild(int locale)
{
// include build info file also
std::string filename = std::string("component.wow-") + langs[locale] + ".txt";
printf("Read %s file... ", filename.c_str());
//printf("Read %s file... ", filename.c_str());
HANDLE fileHandle;