Fixed loading sound 0

dev-mp
krzys-h 2014-12-11 19:00:02 +01:00
parent 40428bb89b
commit e3e551de22
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ bool CSoundInterface::Create()
void CSoundInterface::CacheAll()
{
for ( int i = 1; i < SOUND_MAX; i++ )
for ( int i = 0; i < SOUND_MAX; i++ )
{
std::stringstream filename;
filename << "sounds/sound" << std::setfill('0') << std::setw(3) << i << ".wav";