Skip to content

Commit

Permalink
Update src/xrGame/PhraseDialog.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Dec 30, 2024
1 parent 6311e26 commit e160293
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xrGame/PhraseDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,7 @@ CPhrase* CPhraseDialog::AddPhrase(
{
CPhrase* phrase = NULL;
CPhraseGraph::CVertex* _vertex = data()->m_PhraseGraph.vertex(phrase_id);

VERIFY2(!_vertex, make_string("Dublicate phrase ID: [%s] for phrase: [%s]. Existed phrase by this ID: [%s]", phrase_id.c_str(), text, _vertex->data()->GetText()));
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()));

if (!_vertex)
{
Expand Down

0 comments on commit e160293

Please sign in to comment.