fixes for Code/CryEngine
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user