Removal last CryTek references
- 'Crytek application' is now 'O3DE application' in ISystem.h - 'CryTek' is now 'O3DE' in ProjectDefines.h (comment) - 'Crytek Legacy' is now 'O3DE Legacy' in LocalizedStringManager.cpp - 'Crytek extended data' references are now 'O3DE extended data' Signed-off-by: spham <spham@amazon.com>
This commit is contained in:
@@ -197,7 +197,7 @@ CLocalizedStringsManager::CLocalizedStringsManager(ISystem* pSystem)
|
||||
|
||||
REGISTER_CVAR2(c_sys_localization_format, &m_cvarLocalizationFormat, 1, VF_NULL,
|
||||
"Usage: sys_localization_format [0..1]\n"
|
||||
" 0: Crytek Legacy Localization (Excel 2003)\n"
|
||||
" 0: O3DE Legacy Localization (Excel 2003)\n"
|
||||
" 1: AGS XML\n"
|
||||
"Default is 1 (AGS Xml)");
|
||||
//Check that someone hasn't added a language ID without a language name
|
||||
|
||||
Reference in New Issue
Block a user