1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-10 05:19:04 +00:00

added debugflag DF_LOG

This commit is contained in:
Zeno Rogue
2019-05-22 00:04:29 +02:00
parent 07e1db587c
commit 556c234997
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ namespace hr {
#if CU_INIT
int fontscale = 100;
int debugflags = DF_INIT | DF_ERROR | DF_WARN | DF_MSG | DF_TIME;
int debugflags = DF_INIT | DF_ERROR | DF_WARN | DF_MSG | DF_TIME | DF_LOG;
string s0;