Skip to content

Commit

Permalink
Freeze fuzz effect in freeze mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Oct 5, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
1 parent 3096f47 commit 41524f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r_main.c
Original file line number Diff line number Diff line change
@@ -1173,7 +1173,7 @@ void R_RenderPlayerView(void)

R_DrawPlanes();

if (consoleactive)
if (consoleactive || freeze)
M_FuzzSeed(0);

R_DrawMasked();

0 comments on commit 41524f8

Please sign in to comment.