Skip to content

Commit

Permalink
Fixed incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Jul 7, 2014
1 parent feb3973 commit 962b02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/xml_load_world.cpp
Expand Up @@ -1371,7 +1371,7 @@ CString strVariable;
throw;
}

// check if this exact alias already exists (suggested by Fiendish 12 Dec 2011)
// check if this exact trigger already exists (suggested by Fiendish 12 Dec 2011)
// version: 4.81
if (t->strLabel.IsEmpty () && !(iMask & XML_PASTE_DUPLICATE))
{
Expand Down

0 comments on commit 962b02f

Please sign in to comment.