Skip to content

Commit

Permalink
Merge branch 'OpenXRay:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
alsed authored Dec 30, 2024
2 parents 1679150 + e01d122 commit cbf6777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xrGame/PhraseDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ CPhrase* CPhraseDialog::AddPhrase(
{
CPhrase* phrase = NULL;
CPhraseGraph::CVertex* _vertex = data()->m_PhraseGraph.vertex(phrase_id);
VERIFY2(!_vertex, make_string("Duplicate phrase ID: [%s] for phrase: [%s]. Existed phrase by this ID: [%s]", phrase_id.c_str(), text, _vertex->data()->GetText()).c_str());

if (!_vertex)
{
phrase = xr_new<CPhrase>();
Expand Down

0 comments on commit cbf6777

Please sign in to comment.