Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/filesystem/filesystem.cc')
-rw-r--r--src/filesystem/filesystem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filesystem/filesystem.cc b/src/filesystem/filesystem.cc
index e0b45a9..dd694ee 100644
--- a/src/filesystem/filesystem.cc
+++ b/src/filesystem/filesystem.cc
@@ -22,7 +22,7 @@ std::string writedir = "";
void init()
{
- con_print << "Initializing filesystem..." << std::endl;
+ con_print << "^BInitializing filesystem..." << std::endl;
// initialize game data locations
// FIXME datadir should by set by ./configure and read from config.h
@@ -56,7 +56,7 @@ void init()
void shutdown()
{
- con_print << "Shutting down filesystem..." << std::endl;
+ con_print << "^BShutting down filesystem..." << std::endl;
}
File *open(const char *filename)