mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 15:35:46 +00:00
file_sys: Rename ContentRecordType::Patch to DeltaFragment
Avoids potential confusion, since patches and DeltaFragments are not the same thing. Actual full patches are listed under the Program type.
This commit is contained in:
parent
35c44f37f2
commit
29f1d01c06
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ enum class ContentRecordType : u8 {
|
|||
Control = 3,
|
||||
Manual = 4,
|
||||
Legal = 5,
|
||||
Patch = 6,
|
||||
DeltaFragment = 6,
|
||||
};
|
||||
|
||||
struct ContentRecord {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue