forked from mirrors/0ad
Removed some console spam from playing unit sounds.
This was SVN commit r4321.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user