hedgewars/uSound.pas
changeset 2633 9eb131794a6e
parent 2630 079ef82eac75
child 2647 0e1208e92dfe
--- a/hedgewars/uSound.pas	Fri Nov 20 22:02:49 2009 +0000
+++ b/hedgewars/uSound.pas	Fri Nov 20 23:40:24 2009 +0000
@@ -122,10 +122,7 @@
 				begin
 				s:= Pathz[Soundz[i].Path] + '/' + voicepacks[t].name + '/' + Soundz[i].FileName;
 				WriteToConsole(msgLoading + s + ' ');
-			//	{$IFNDEF IPHONEOS}
-				//broken for unknown reasons (most likely poor SDL_Mixer)
 				voicepacks[t].chunks[i]:= Mix_LoadWAV_RW(SDL_RWFromFile(Str2PChar(s), 'rb'), 1);
-			//	{$ENDIF}
 				if voicepacks[t].chunks[i] = nil then
 					WriteLnToConsole(msgFailed)
 				else