fixes for Code/CryEngine

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-25 13:28:51 -07:00
committed by Esteban Papp
parent 81d26d322d
commit f6cdcddc52
12 changed files with 18 additions and 16 deletions
@@ -473,7 +473,7 @@ void CLocalizedStringsManager::ParseFirstLine(IXmlTableReader* pXmlTableReader,
const char* pFind = strstr(sCellContent.c_str(), sLocalizedColumnNames[i]);
if (pFind != 0)
{
nCellIndexToType[nCellIndex] = i;
nCellIndexToType[nCellIndex] = static_cast<char>(i);
// find SoundMood
if (i == ELOCALIZED_COLUMN_SOUNDMOOD)