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)); }