# HG changeset patch # User nemo # Date 1299099464 18000 # Node ID 3d5a0994258ff8bded0d933e92b3c72982b9aff3 # Parent 0ef650ea3b1227461ec1f097233e6d9504be5372 fix bad ogg name diff -r 0ef650ea3b12 -r 3d5a0994258f hedgewars/uVariables.pas --- a/hedgewars/uVariables.pas Wed Mar 02 15:19:55 2011 -0500 +++ b/hedgewars/uVariables.pas Wed Mar 02 15:57:44 2011 -0500 @@ -685,7 +685,7 @@ (FileName: 'ropeattach.ogg'; Path: ptSounds),// sndRopeAttach (FileName: 'roperelease.ogg'; Path: ptSounds),// sndRopeRelease (FileName: 'switchhog.ogg'; Path: ptSounds),// sndSwitchHog - (FileName: 'victory.ogg'; Path: ptVoices),// sndVictory + (FileName: 'Victory.ogg'; Path: ptVoices),// sndVictory (FileName: 'Flawless.ogg'; Path: ptVoices),// sndFlawless (FileName: 'sniperreload.ogg'; Path: ptSounds),// sndSniperReload (FileName: 'steps.ogg'; Path: ptSounds),// sndSteps