--- space4/main/src/space4_main2.cpp.orig 2005-11-13 01:02:40.000000000 +0000 +++ space4/main/src/space4_main2.cpp 2005-11-13 01:01:31.000000000 +0000 @@ -582,16 +582,16 @@ private: void readSpace4Config() { - std::ifstream cfgfile("space4Cfg.poc"); + std::ifstream cfgfile("conf/space4Cfg.poc"); if (cfgfile) { cfgfile.close(); } else { - std::ofstream cfgout("space4Cfg.poc"); + std::ofstream cfgout("conf/space4Cfg.poc"); cfgout << defaultCfg; cfgout.close(); } - config.openCfg("space4Cfg.poc"); + config.openCfg("conf/space4Cfg.poc"); } void initWindow() {