-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
900 additions
and
785 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,7 +79,7 @@ void CStringTable::Load (LPCSTR xml_file_full) | |
bool isDublicate = pData->m_StringTable.find(string_name) != pData->m_StringTable.end(); | ||
if (isDublicate) | ||
{ | ||
VERIFY3(!isDublicate, "duplicate string table id", string_name); | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
wh1t3lord
Author
Contributor
|
||
//VERIFY3(!isDublicate, "duplicate string table id", string_name); | ||
Msg("! duplicate string table id: %s", string_name); | ||
} | ||
|
||
|
Oops, something went wrong.
а зачем?