changed an ifdef so that android too uses mono sound hedgeroid
authorXeli
Sun, 21 Aug 2011 20:43:11 +0200
branchhedgeroid
changeset 5635 0c17c8791ac9
parent 5633 443b7c6543e5
child 5637 fcc0e5b3d66b
changed an ifdef so that android too uses mono sound
hedgewars/uSound.pas
--- a/hedgewars/uSound.pas	Sun Aug 21 19:57:23 2011 +0200
+++ b/hedgewars/uSound.pas	Sun Aug 21 20:43:11 2011 +0200
@@ -145,7 +145,7 @@
     WriteToConsole('Init sound...');
     isSoundEnabled:= SDL_InitSubSystem(SDL_INIT_AUDIO) >= 0;
 
-{$IFDEF IPHONEOS}
+{$IFDEF MOBILE}
     channels:= 1;
 {$ELSE}
     channels:= 2;