diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8f418ce4..28afc187 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -107,12 +107,11 @@ State *gameState; */ void initialize() { - -/** - * If the path values aren't defined, we set the default - * depending on the platform. - */ -// The config path + /* + * If the path values aren't defined, we set the default + * depending on the platform. + */ + // The config path #if defined CONFIG_FILE std::string configPath = CONFIG_FILE; #else @@ -127,7 +126,7 @@ void initialize() #endif // defined CONFIG_FILE -// The log path + // The log path #if defined LOG_FILE std::string logPath = LOG_FILE; #else |