From 79dbf3dcb406b936f67f61a772ca0356104e2eb6 Mon Sep 17 00:00:00 2001 From: Eric MacDonald Date: Wed, 8 Sep 2021 22:11:47 -0400 Subject: [PATCH] Stool push --- zefie_wtvp_minisrv/WTVLzpf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zefie_wtvp_minisrv/WTVLzpf.js b/zefie_wtvp_minisrv/WTVLzpf.js index 62ea25a6..d8645168 100644 --- a/zefie_wtvp_minisrv/WTVLzpf.js +++ b/zefie_wtvp_minisrv/WTVLzpf.js @@ -27,6 +27,7 @@ class WTVLzpf { match_index = 0; type_index = 0; checksum = 0; + this.filler_byte = 0x20 hash_table = new Uint16Array(0x1000) ring_buffer = new Uint8Array(0x2000) encoded_data = []; @@ -323,7 +324,6 @@ class WTVLzpf { this.match_index = 0; this.type_index = 0; this.checksum = 0; - this.filler_byte = 0x20 this.ring_buffer.fill(this.filler_byte, 0, 0x2000) this.hash_table.fill(0xFFFF, 0, 0x1000); this.encoded_data = [];