Remove duplicate call to cacheAllSounds() from S_SoundStartup()

git-svn-id: https://svn.eduke32.com/eduke32@8375 1a8010ca-5511-0410-912e-c29ae57300e0

# Conflicts:
#	source/duke3d/src/sounds.cpp
This commit is contained in:
terminx 2019-12-07 23:50:30 +00:00 committed by Christoph Oelckers
parent fd1656fbf2
commit 9146dc9a89

View file

@ -85,8 +85,6 @@ void S_SoundStartup(void)
}
}
cacheAllSounds();
snd_fxvolume.Callback();
snd_reversestereo.Callback();