X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=blobdiff_plain;f=src%2Fconfig%2Fconfig.cpp;h=3b694ba39154fc725ede0853073e838edca570eb;hp=09800767d7dff7359ad646e28e830cd759e8b382;hb=338e728a60fc9135b534be4e8ad0bb43997a1ea4;hpb=598fa0d50dedfcb47a8d88144ce9e37583aec23d diff --git a/src/config/config.cpp b/src/config/config.cpp index 0980076..3b694ba 100644 --- a/src/config/config.cpp +++ b/src/config/config.cpp @@ -31,7 +31,8 @@ void cfg::init() { - readConfigs(NULL); + key::init(); + readConfigs(); // TODO read in config files }