mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
support bsp version 19
This commit is contained in:
parent
ebc4e8b3ed
commit
6e3c0659cb
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ impl Index<LumpType> for Directories {
|
||||||
#[br(little)]
|
#[br(little)]
|
||||||
#[brw(repr=u32)]
|
#[brw(repr=u32)]
|
||||||
pub enum BspVersion {
|
pub enum BspVersion {
|
||||||
|
Version19 = 19,
|
||||||
Version20 = 20,
|
Version20 = 20,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue