mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-06 13:16:52 +02:00
fix TR3 audio
This commit is contained in:
@@ -1352,7 +1352,6 @@ namespace TR {
|
|||||||
callback(Sound::openCDAudioWAD("audio/3/cdaudio.wad", track), userData);
|
callback(Sound::openCDAudioWAD("audio/3/cdaudio.wad", track), userData);
|
||||||
return;
|
return;
|
||||||
#else
|
#else
|
||||||
return; // TODO ask hoster to fix problems with gzip for wav's
|
|
||||||
sprintf(title, "audio/3/track_%02d.wav", track);
|
sprintf(title, "audio/3/track_%02d.wav", track);
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user