Skip to content

Commit

Permalink
Fix demo recording message in ete etmain
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Mar 4, 2024
1 parent 8cbf847 commit f6691f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgame/cg_draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -4208,7 +4208,7 @@ void CG_DrawDemoRecording( void ) {
if ( cg_waverecording.integer ) {
Com_sprintf( wavestatus, sizeof( demostatus ), " audio %s: %ik ", cg_wavefilename.string, cg_waveoffset.integer / 1024 );
} else {
demostatus[0] = '\0';
wavestatus[0] = '\0';
}

Com_sprintf( status, sizeof( status ), "RECORDING%s%s", demostatus, wavestatus );
Expand Down

0 comments on commit f6691f6

Please sign in to comment.