mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 18:54:05 +02:00
remove BspError::UnexpectedHeader
This commit is contained in:
parent
d0a1666539
commit
8f6496e456
1 changed files with 0 additions and 2 deletions
|
|
@ -7,8 +7,6 @@ use zip::result::ZipError;
|
|||
#[non_exhaustive]
|
||||
#[derive(Debug, Error)]
|
||||
pub enum BspError {
|
||||
#[error("unexpected magic numbers or version")]
|
||||
UnexpectedHeader(Header),
|
||||
#[error("bsp lump is out of bounds of the bsp file")]
|
||||
LumpOutOfBounds(LumpEntry),
|
||||
#[error("bsp game lump is out of bounds of the bsp file")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue