Skip to content

Commit d915c18

Browse files
fix level logging during multi.level demos
1 parent b880731 commit d915c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i_printf.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ typedef enum
3131
VB_MAX
3232
} verbosity_t;
3333

34-
#define VB_DEMO (gameaction == ga_playdemo ? VB_INFO : VB_DEBUG)
34+
#define VB_DEMO (gameaction == ga_playdemo || demoplayback ? VB_INFO : VB_DEBUG)
3535

3636
int I_ConsoleStdout(void);
3737

0 commit comments

Comments
 (0)