Merge pull request 'Permissions Fix' (#9) from permissions into master
Reviewed-on: https://git.batesirvintech.net/wesley/doom-oxidized/pulls/9
This commit is contained in:
@@ -7,11 +7,11 @@ use std::{
|
|||||||
};
|
};
|
||||||
|
|
||||||
pub struct WADFile {
|
pub struct WADFile {
|
||||||
pub(super) wad_path: String,
|
pub wad_path: String,
|
||||||
pub(super) identifier: String,
|
pub identifier: String,
|
||||||
pub(super) num_lumps: u32,
|
pub num_lumps: u32,
|
||||||
pub(super) init_offset: u32,
|
pub init_offset: u32,
|
||||||
pub(super) lump_directory: Vec<Directory>,
|
lump_directory: Vec<Directory>,
|
||||||
}
|
}
|
||||||
|
|
||||||
impl WADFile {
|
impl WADFile {
|
||||||
|
|||||||
Reference in New Issue
Block a user