|
|
@@ -143,7 +143,6 @@ public:
|
|
|
void init(int argc, char** argv)
|
|
|
{
|
|
|
parse_command_line(argc, argv);
|
|
|
- read_configuration();
|
|
|
check_preferred_settings();
|
|
|
|
|
|
#if defined(CROWN_DEBUG) || defined(CROWN_DEVELOPMENT)
|
|
|
@@ -165,6 +164,7 @@ public:
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
+ read_configuration();
|
|
|
}
|
|
|
|
|
|
//-----------------------------------------------------------------------------
|