Skip to content

Commit

Permalink
ADD: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1t3lord committed Sep 28, 2024
1 parent 15ea853 commit 985a6f9
Show file tree
Hide file tree
Showing 8 changed files with 900 additions and 785 deletions.
2 changes: 1 addition & 1 deletion src/xrEngine/string_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@St4lker0k765

St4lker0k765 Sep 28, 2024

Contributor

а зачем?

This comment has been minimized.

Copy link
@wh1t3lord

wh1t3lord Sep 28, 2024

Author Contributor

ну наверное так было задумано когда не работали нормально конфиги, и потом я это верну?

//VERIFY3(!isDublicate, "duplicate string table id", string_name);
Msg("! duplicate string table id: %s", string_name);
}

Expand Down
Loading

0 comments on commit 985a6f9

Please sign in to comment.