Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/parser.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/parser.cc b/src/core/parser.cc
index 4e471aa..8781a1b 100644
--- a/src/core/parser.cc
+++ b/src/core/parser.cc
@@ -82,13 +82,13 @@ bool Parser::got_entity_key(filesystem::IniFile &inifile, Entity *entity)
info->add_text(strval);
return true;
- } else if (inifile.got_key_string("infoname", strval))
+/* } else if (inifile.got_key_string("infoname", strval))
{
Info *info = get_entity_info(entity);
info->set_name(strval);
return true;
-
+*/
} else if (inifile.got_key_label("label", strval))
{
entity->set_label(strval);