diff --git a/src/level.h b/src/level.h index e14b039..a8f2d93 100644 --- a/src/level.h +++ b/src/level.h @@ -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;