@@ -383,6 +383,9 @@ class Manager {
if (s.volume != v) {
s.volume = v;
driver.setSourceVolume(s.handle, v);
+ #if hlopenal
+ if( v > 1 ) Sys.println("Could not set volume " + v + " on " + c.sound);
+ #end
}
if (!s.playing) {