1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-08-10 23:24:06 +02:00

#15 replace ogg soundtracks by original gzip'ed MS-ADPCM wav's for web version

This commit is contained in:
XProger
2017-11-28 11:39:35 +03:00
parent a7972247d7
commit 588abaf42f

View File

@@ -557,7 +557,7 @@ struct Level : IGame {
playAsync(Sound::openWAD(NULL, track), this);
return;
#else
sprintf(title, "audio/3/track_%02d.ogg", int(track));
sprintf(title, "audio/3/track_%02d.wav", int(track));
#endif
break;
default : return;