mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
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:
parent
fd1656fbf2
commit
9146dc9a89
1 changed files with 0 additions and 2 deletions
|
@ -85,8 +85,6 @@ void S_SoundStartup(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cacheAllSounds();
|
|
||||||
|
|
||||||
snd_fxvolume.Callback();
|
snd_fxvolume.Callback();
|
||||||
|
|
||||||
snd_reversestereo.Callback();
|
snd_reversestereo.Callback();
|
||||||
|
|
Loading…
Reference in a new issue