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(super) wad_path: String,
|
||||
pub(super) identifier: String,
|
||||
pub(super) num_lumps: u32,
|
||||
pub(super) init_offset: u32,
|
||||
pub(super) lump_directory: Vec<Directory>,
|
||||
pub wad_path: String,
|
||||
pub identifier: String,
|
||||
pub num_lumps: u32,
|
||||
pub init_offset: u32,
|
||||
lump_directory: Vec<Directory>,
|
||||
}
|
||||
|
||||
impl WADFile {
|
||||
|
||||
Reference in New Issue
Block a user