Sidedef Reader
Added the ability to read sidedef lumps from the wadfile.
This commit is contained in:
@@ -44,6 +44,7 @@ impl WADFile {
|
||||
let lump_type = match name.as_str() {
|
||||
"VERTEXES" => LumpType::Vertex,
|
||||
"LINEDEFS" => LumpType::Linedef,
|
||||
"SIDEDEFS" => LumpType::Sidedef,
|
||||
_ => LumpType::Unknown,
|
||||
};
|
||||
lump_dir.push(Lump {
|
||||
|
||||
Reference in New Issue
Block a user