mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 19:38:06 -04:00
fix level logging during multi.level demos
This commit is contained in:
parent
b88073123d
commit
d915c1845e
@ -31,7 +31,7 @@ typedef enum
|
|||||||
VB_MAX
|
VB_MAX
|
||||||
} verbosity_t;
|
} verbosity_t;
|
||||||
|
|
||||||
#define VB_DEMO (gameaction == ga_playdemo ? VB_INFO : VB_DEBUG)
|
#define VB_DEMO (gameaction == ga_playdemo || demoplayback ? VB_INFO : VB_DEBUG)
|
||||||
|
|
||||||
int I_ConsoleStdout(void);
|
int I_ConsoleStdout(void);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user