mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +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]
|
#[non_exhaustive]
|
||||||
#[derive(Debug, Error)]
|
#[derive(Debug, Error)]
|
||||||
pub enum BspError {
|
pub enum BspError {
|
||||||
#[error("unexpected magic numbers or version")]
|
|
||||||
UnexpectedHeader(Header),
|
|
||||||
#[error("bsp lump is out of bounds of the bsp file")]
|
#[error("bsp lump is out of bounds of the bsp file")]
|
||||||
LumpOutOfBounds(LumpEntry),
|
LumpOutOfBounds(LumpEntry),
|
||||||
#[error("bsp game lump is out of bounds of the bsp file")]
|
#[error("bsp game lump is out of bounds of the bsp file")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue