Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-10-15 19:40:25 +0000
committerStijn Buys <ingar@osirion.org>2012-10-15 19:40:25 +0000
commitc5d365dbfb38110edf11d70247e4aa61c7334f25 (patch)
treefa4dea8a116c9daaf2e8e8f2c86804f8cf16f33d /src/core
parentf7213c6e0ddf5f02df6d7e29d538adbdb38b1217 (diff)
Corrected a serious bug where calling the 'list_info' function without arguments erases all infotypes.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/info.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/info.cc b/src/core/info.cc
index ee708e5..8e286dc 100644
--- a/src/core/info.cc
+++ b/src/core/info.cc
@@ -65,8 +65,6 @@ void InfoType::list()
con_print << std::endl;
}
con_print << "^B " << infotype_registry.size() << " info types" << std::endl;
-
- infotype_registry.clear();
}