From 5ceb4694a05ec68b5cfba18b0f25ba804be88a80 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 12 May 2008 18:32:15 +0000 Subject: console colors --- src/filesystem/filesystem.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/filesystem') 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) -- cgit v1.2.3