1
0
forked from 0ad/0ad

Removed some console spam from playing unit sounds.

This was SVN commit r4321.
This commit is contained in:
Matei 2006-09-10 23:51:08 +00:00
parent aa6ca7d1e8
commit b177f2b711

View File

@ -57,7 +57,7 @@ function newRandomSound(soundType, soundSubType, soundPrePath)
// Build path to random audio file.
randomSoundPath = randomFileName;
console.write("Playing " + randomSoundPath + " ...");
//console.write("Playing " + randomSoundPath + " ...");
return new Sound(randomSoundPath);
}