From dfd6796159976343114f263177bed706d4fa823b Mon Sep 17 00:00:00 2001 From: nukeykt Date: Tue, 7 Jan 2020 18:39:17 +0900 Subject: [PATCH] Rednukem: fix thunder effect timing --- source/rr/src/sector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/rr/src/sector.cpp b/source/rr/src/sector.cpp index f445b51a2..1333b1a88 100644 --- a/source/rr/src/sector.cpp +++ b/source/rr/src/sector.cpp @@ -5248,7 +5248,7 @@ void G_Thunder(void) { if (krand2() > 65000) { - g_winderTime = 256; + g_winderTime = 128; g_winderFlash = 1; S_PlaySound(351+(rand()%3)); }