1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-05 20:57:46 +02:00

fix TR3 audio

This commit is contained in:
XProger
2020-03-06 01:40:25 +03:00
parent eacedfca94
commit 0c751bedce

View File

@@ -1352,7 +1352,6 @@ namespace TR {
callback(Sound::openCDAudioWAD("audio/3/cdaudio.wad", track), userData);
return;
#else
return; // TODO ask hoster to fix problems with gzip for wav's
sprintf(title, "audio/3/track_%02d.wav", track);
#endif
break;