summarylogtreecommitdiffstats
path: root/0001-Fix-thunder-bug.patch
diff options
context:
space:
mode:
authortx00100xt2023-10-25 10:09:58 +0300
committertx00100xt2023-10-25 10:09:58 +0300
commit87b7dbd2a2a949ae28cdcd9e65f605c49d7d5158 (patch)
tree15d68178284898f90cc163dd403da8ffe0e46567 /0001-Fix-thunder-bug.patch
parent412115cc2c0bd9f4895f499447d3d19d306cacd2 (diff)
downloadaur-serioussam-oddworld.tar.gz
Bump to version 1.0.2
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();