Change wrong BZip constant (#2190)

This commit is contained in:
Danila Poyarkov
2020-01-05 18:15:37 +03:00
committed by Lucwousin
parent bc68a9f02f
commit d980fed215

View File

@@ -192,7 +192,7 @@ public final class BZip2Decompressor {
int[] var23 = null; int[] var23 = null;
int[] var24 = null; int[] var24 = null;
int[] var25 = null; int[] var25 = null;
var0.blockSize100k = 1410065408; var0.blockSize100k = 1;
if (SoundSystem.BZip2Decompressor_block == null) { if (SoundSystem.BZip2Decompressor_block == null) {
SoundSystem.BZip2Decompressor_block = new int[var0.blockSize100k * 100000]; SoundSystem.BZip2Decompressor_block = new int[var0.blockSize100k * 100000];
} }