# HG changeset patch # User nemo # Date 1259720993 0 # Node ID 4922d5fe5316e67efe3203b370d2cf12f2a529d5 # Parent 67d0344aea9f5c85c977f46124317c55b369498d remove missing ogg diff -r 67d0344aea9f -r 4922d5fe5316 hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Mon Nov 30 04:18:31 2009 +0000 +++ b/hedgewars/uConsts.pas Wed Dec 02 02:29:53 2009 +0000 @@ -724,7 +724,7 @@ (FileName: 'shutterclick.ogg'; Path: ptSounds),// sndShutter (FileName: 'homerun.ogg'; Path: ptSounds),// sndHomerun (FileName: 'molotov.ogg'; Path: ptSounds),// sndMolotov - (FileName: 'walking.ogg'; Path: ptSounds),// sndWalking + (FileName: ''; Path: ptSounds),// sndWalking (FileName: 'Takecover.ogg'; Path: ptVoices),// sndCover (FileName: 'Uh-oh.ogg'; Path: ptVoices),// sndUhOh (FileName: 'Oops.ogg'; Path: ptVoices),// sndOops