Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-06 00:56:15 +0000
committerStijn Buys <ingar@osirion.org>2008-02-06 00:56:15 +0000
commit15ca94f41b77cdf439774fe1e6502979be9d3f8e (patch)
tree8793f4394e76c685640d34b6de30911ebc416a6c /src/core/func.cc
parent00a039fffea099eb53d2bbe77d3300b3d7ea768f (diff)
console scroll
Diffstat (limited to 'src/core/func.cc')
-rw-r--r--src/core/func.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/func.cc b/src/core/func.cc
index c72faea..064f77d 100644
--- a/src/core/func.cc
+++ b/src/core/func.cc
@@ -43,7 +43,7 @@ Func find(const std::string &functionname)
void list()
{
- con_print << "-- listfunc -----------------" << std::endl;
+ con_print << "Registered functions:" << std::endl;
std::map<std::string, Func>::iterator it;
for (it = registry.begin(); it != registry.end(); it++) {
con_print << " " << (*it).first << std::endl;