translate commented out code and traces

This commit is contained in:
2025-01-12 18:14:49 +01:00
parent 077a365840
commit 2589163a49
27 changed files with 79 additions and 79 deletions

View File

@ -239,20 +239,20 @@ bool PackInitialize(const char * c_pszFolder)
}
#ifdef _DISTRIBUTE
Tracef("\xBE\xCB\xB8\xB2: \xC6\xD1 \xB8\xF0\xB5\xE5\xC0\xD4\xB4\xCF\xB4\xD9.\n");
Tracef("You are in pack mode.\n");
//if (0 == strPackType.compare("FILE"))
//{
// bPackFirst = FALSE;
// Tracef("\xBE\xCB\xB8\xB2: \xC6\xC4\xC0\xCF \xB8\xF0\xB5\xE5\xC0\xD4\xB4\xCF\xB4\xD9.\n");
// Tracef("You are in file mode.\n");
//}
//else
//{
// Tracef("\xBE\xCB\xB8\xB2: \xC6\xD1 \xB8\xF0\xB5\xE5\xC0\xD4\xB4\xCF\xB4\xD9.\n");
// Tracef("You are in pack mode.\n");
//}
#else
bPackFirst = FALSE;
Tracef("\xBE\xCB\xB8\xB2: \xC6\xC4\xC0\xCF \xB8\xF0\xB5\xE5\xC0\xD4\xB4\xCF\xB4\xD9.\n");
Tracef("You are in file mode.\n");
#endif
CTextFileLoader::SetCacheMode();