mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Clean up constants.h a bit
This commit is contained in:
parent
07ccc15fc2
commit
268e50dfbd
2 changed files with 51 additions and 47 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue