summarylogtreecommitdiffstats
path: root/0001-Fix-thunder-bug.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-Fix-thunder-bug.patch')
-rw-r--r--0001-Fix-thunder-bug.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/0001-Fix-thunder-bug.patch b/0001-Fix-thunder-bug.patch
deleted file mode 100644
index 1d2caff0ca42..000000000000
--- a/0001-Fix-thunder-bug.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Sources/Entities/Lightning.es 2023-06-15 10:17:31.538328000 +0300
-+++ b/Sources/Entities/Lightning.es 2023-06-15 10:23:46.197060134 +0300
-@@ -118,9 +118,7 @@
- }
-
- // wait for sound to progress to lightning strike
-- if (_atiThunderSounds[ m_iSoundPlaying].ti_fThunderStrikeDelay>0.0f) {
- autowait( _atiThunderSounds[ m_iSoundPlaying].ti_fThunderStrikeDelay);
-- }
-
- // remember current time as lightning start time
- TIME tmNow = _pTimer->CurrentTick();