Index: src/ch/ch.cpp =================================================================== diff -u -N -rb6b8ac5b0a1ab85b4ac788e5429be860d2f20bd5 -rf6c4389122d92e5f84a509e9be0facebac429151 --- src/ch/ch.cpp (.../ch.cpp) (revision b6b8ac5b0a1ab85b4ac788e5429be860d2f20bd5) +++ src/ch/ch.cpp (.../ch.cpp) (revision f6c4389122d92e5f84a509e9be0facebac429151) @@ -118,7 +118,7 @@ return &theApp.m_resManager; } -icpf::config* GetConfig() +chcore::engine_config* GetConfig() { return &theApp.m_cfgSettings; } @@ -247,6 +247,8 @@ } } + // set working dir for the engine + m_cfgSettings.set_base_path(strPath); // register all properties RegisterProperties(&m_cfgSettings);