mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
Added CZ5 wanted message
This commit is contained in:
parent
f75654fa18
commit
78fceae000
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ impl DynamicCz {
|
||||||
CzVersion::CZ2 => cz2::decode(input)?,
|
CzVersion::CZ2 => cz2::decode(input)?,
|
||||||
CzVersion::CZ3 => cz3::decode(input, &header_common)?,
|
CzVersion::CZ3 => cz3::decode(input, &header_common)?,
|
||||||
CzVersion::CZ4 => cz4::decode(input, &header_common)?,
|
CzVersion::CZ4 => cz4::decode(input, &header_common)?,
|
||||||
CzVersion::CZ5 => unimplemented!(),
|
CzVersion::CZ5 => unimplemented!("CZ5 files are not implemented! Please contact the application developers about this file."),
|
||||||
};
|
};
|
||||||
|
|
||||||
let image_size = header_common.width() as usize * header_common.height() as usize;
|
let image_size = header_common.width() as usize * header_common.height() as usize;
|
||||||
|
|
Loading…
Reference in a new issue