From fccb585aba6f507e1bc343febb2d8c931d5b1ee2 Mon Sep 17 00:00:00 2001 From: Wanne Date: Sat, 11 Aug 2007 19:07:15 +0000 Subject: [PATCH] Changed: I noticed from Data\sound.log, that the filename "DOORCR_B.wav" in TableData\Sounds\Sounds.xml is used, but does not exist in the JA2 folder. So I replaced "DOORCR_B.wav" with the existing filename "DOORCR.wav". git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@850 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/TableData/Sounds/Sounds.xml | 2 +- gamedir/Data/TableData/Sounds/Sounds.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/TableData/Sounds/Sounds.xml b/gamedir/Data-1.13/TableData/Sounds/Sounds.xml index 867fdf9f5..1bc511a3d 100644 --- a/gamedir/Data-1.13/TableData/Sounds/Sounds.xml +++ b/gamedir/Data-1.13/TableData/Sounds/Sounds.xml @@ -57,7 +57,7 @@ SOUNDS\BEEP2.WAV SOUNDS\ENDTURN.WAV SOUNDS\JA2 DEATH HIT.WAV - SOUNDS\DOORCR_B.WAV + SOUNDS\DOORCR.WAV SOUNDS\HEAD EXPLODING 01.WAV SOUNDS\BODY EXPLODING.WAV SOUNDS\EXPLODE1.WAV diff --git a/gamedir/Data/TableData/Sounds/Sounds.xml b/gamedir/Data/TableData/Sounds/Sounds.xml index d07ae3e92..a91f7968b 100644 --- a/gamedir/Data/TableData/Sounds/Sounds.xml +++ b/gamedir/Data/TableData/Sounds/Sounds.xml @@ -58,7 +58,7 @@ SOUNDS\BEEP2.WAV SOUNDS\ENDTURN.WAV SOUNDS\JA2 DEATH HIT.WAV - SOUNDS\DOORCR_B.WAV + SOUNDS\DOORCR.WAV SOUNDS\HEAD EXPLODING 01.WAV SOUNDS\BODY EXPLODING.WAV SOUNDS\EXPLODE1.WAV