mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -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
|
||||
} 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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user