mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Clean up constants.h a bit
This commit is contained in:
@@ -878,7 +878,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Initialize debug streams
|
||||
#ifdef RUN_IN_PLACE
|
||||
std::string logfile = DEBUGFILE;
|
||||
std::string logfile = "debug.txt";
|
||||
#else
|
||||
std::string logfile = porting::path_user+DIR_DELIM+DEBUGFILE;
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user