From fe95954f9d17c9dade1827fe5d4cf8cffffddbce Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 26 Apr 2008 16:55:57 +0000 Subject: virtual console::flush() --- src/filesystem/filesystem.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/filesystem') diff --git a/src/filesystem/filesystem.cc b/src/filesystem/filesystem.cc index 130aeb7..e0b45a9 100644 --- a/src/filesystem/filesystem.cc +++ b/src/filesystem/filesystem.cc @@ -24,18 +24,19 @@ void init() { con_print << "Initializing filesystem..." << std::endl; - // FIXME datadir should by set by ./configure and read from config.h - // initialize game data locations + // FIXME datadir should by set by ./configure and read from config.h datadir = "./data/"; + + // FIXME a local or remote game module must be able to set these basedir = "base/"; moddir = ""; - // FIXME win32 #ifndef _WIN32 homedir = getenv("HOME"); homedir = homedir + "/.osirion/"; #else + // FIXME win32 homedir = "./home/"; #endif -- cgit v1.2.3