fixed up the key mapping system a little ... still does comparisons wrong ...
[physics.git] / src / config / config.cpp
index 0980076..3b694ba 100644 (file)
@@ -31,7 +31,8 @@
 
 void cfg::init()
 {
-    readConfigs(NULL);
+    key::init();
+    readConfigs();
 
     // TODO read in config files
 }