mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 07:34:00 +08:00
removed unused fields.
This commit is contained in:
parent
8760d2404e
commit
c611ded16b
@ -441,7 +441,7 @@ namespace GameRes.Formats.Kogado
|
|||||||
public uint help; /* bytes_to_follow resp. intermediate value */
|
public uint help; /* bytes_to_follow resp. intermediate value */
|
||||||
public byte buffer; /* buffer for input/output */
|
public byte buffer; /* buffer for input/output */
|
||||||
/* the following is used only when encoding */
|
/* the following is used only when encoding */
|
||||||
public uint bytecount; /* counter for outputed bytes */
|
// public uint bytecount; /* counter for outputed bytes */
|
||||||
}
|
}
|
||||||
|
|
||||||
// とりあえずこれで可逆性を概ね確認 (数タイトルの song.txt で確認)
|
// とりあえずこれで可逆性を概ね確認 (数タイトルの song.txt で確認)
|
||||||
|
@ -73,7 +73,6 @@ namespace GameRes.Formats.Lucifen
|
|||||||
internal class LuciOptions : ResourceOptions
|
internal class LuciOptions : ResourceOptions
|
||||||
{
|
{
|
||||||
public string Scheme;
|
public string Scheme;
|
||||||
public LpkOpener.Key Key;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
internal class LpkInfo
|
internal class LpkInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user