mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-21 02:03:16 +00:00
added debugflag DF_LOG
This commit is contained in:
parent
07e1db587c
commit
556c234997
3
hyper.h
3
hyper.h
@ -3680,7 +3680,8 @@ void set_column(transmatrix& T, int i, const hyperpoint& H);
|
||||
#define DF_TIME 1024 // a flag to display timestamps
|
||||
#define DF_GP 2048
|
||||
#define DF_POLY 4096
|
||||
#define DF_KEYS "imwesxufgbtop"
|
||||
#define DF_LOG 8192
|
||||
#define DF_KEYS "imwesxufgbtopl"
|
||||
|
||||
#if ISANDROID
|
||||
#define DEBB(r,x)
|
||||
|
2
init.cpp
2
init.cpp
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user