mirror of
https://github.com/XProger/OpenLara.git
synced 2025-08-11 15:45:05 +02:00
#15 replace ogg soundtracks by original gzip'ed MS-ADPCM wav's for web version
This commit is contained in:
@@ -557,7 +557,7 @@ struct Level : IGame {
|
|||||||
playAsync(Sound::openWAD(NULL, track), this);
|
playAsync(Sound::openWAD(NULL, track), this);
|
||||||
return;
|
return;
|
||||||
#else
|
#else
|
||||||
sprintf(title, "audio/3/track_%02d.ogg", int(track));
|
sprintf(title, "audio/3/track_%02d.wav", int(track));
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
default : return;
|
default : return;
|
||||||
|
Reference in New Issue
Block a user