mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 23:07:54 +00:00
file_sys: Rename other ContentRecordType members
This commit is contained in:
parent
e377bcd699
commit
81c1c139fe
5 changed files with 8 additions and 7 deletions
|
@ -35,8 +35,8 @@ enum class ContentRecordType : u8 {
|
|||
Program = 1,
|
||||
Data = 2,
|
||||
Control = 3,
|
||||
Manual = 4,
|
||||
Legal = 5,
|
||||
HtmlDocument = 4,
|
||||
LegalInformation = 5,
|
||||
DeltaFragment = 6,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue