Fix parsing ans with SAUCE

This commit is contained in:
Deon George 2024-12-09 21:21:14 +11:00
parent 8ca782e996
commit 432b57ebde

View File

@ -992,6 +992,9 @@ function Page(debug) {
tinfo2 <<= 8; tinfo2 <<= 8;
tinfo2 |= ascii(contents.content.substr(-30,1)); tinfo2 |= ascii(contents.content.substr(-30,1));
var width;
var height;
switch(data_type) { switch(data_type) {
case 1: case 1:
switch(file_type) { switch(file_type) {