mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 13:45:34 +08:00
(ProbDecodeContext): moved member declaration to class where it actually used.
This commit is contained in:
parent
f6fd50bae8
commit
82f7c2de16
@ -1371,7 +1371,6 @@ namespace GameRes.Formats.Entis
|
||||
protected uint m_dwCodeRegister;
|
||||
protected uint m_dwAugendRegister;
|
||||
protected int m_nPostBitCount;
|
||||
protected byte[] m_bytLastSymbol = new byte[4];
|
||||
|
||||
protected ErisaProbModel m_pPhraseLenProb = new ErisaProbModel();
|
||||
protected ErisaProbModel m_pPhraseIndexProb = new ErisaProbModel();
|
||||
|
@ -19,6 +19,7 @@ namespace GameRes.Formats.Entis
|
||||
|
||||
ErisaProbBase m_pProbERISA;
|
||||
NemesisPhraseLookup[] m_pNemesisLookup;
|
||||
byte[] m_bytLastSymbol = new byte[4];
|
||||
|
||||
public NemesisDecodeContext (uint buffer_size = 0x10000) : base (buffer_size)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user