Skip to content

Commit

Permalink
fix level logging during multi.level demos
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiangreffrath committed Jan 12, 2025
1 parent b880731 commit d915c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i_printf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit d915c18

Please sign in to comment.