hedgewars/uSound.pas
branchios-revival
changeset 11261 ce5f1b547a67
parent 11068 0ff8b968291b
child 11362 ed5a6478e710
--- a/hedgewars/uSound.pas	Fri Oct 30 21:08:05 2015 +0100
+++ b/hedgewars/uSound.pas	Fri Oct 30 23:06:25 2015 +0100
@@ -301,7 +301,7 @@
 end;
 
 procedure InitSound;
-const channels: LongInt = {$IFDEF MOBILE}1{$ELSE}2{$ENDIF};
+const channels: LongInt = 2;
 var success: boolean;
 begin
     if not (isSoundEnabled or isMusicEnabled) then