mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Work on CPlayer
This commit is contained in:
@@ -65,8 +65,8 @@ CPersistentOptions::CPersistentOptions(CBitStreamReader& stream)
|
||||
for (int b=0 ; b<64 ; ++b)
|
||||
x68_[b] = stream.ReadEncoded(1);
|
||||
|
||||
xc0_ = stream.ReadEncoded(2);
|
||||
xc4_freezeBreakCount = stream.ReadEncoded(2);
|
||||
xc0_freezeBreakCount = stream.ReadEncoded(2);
|
||||
xc4_frozenCount = stream.ReadEncoded(2);
|
||||
xc8_ = stream.ReadEncoded(1);
|
||||
xcc_logScanCount = stream.ReadEncoded(7);
|
||||
xd0_24_fusionLinked = stream.ReadEncoded(1);
|
||||
@@ -111,8 +111,8 @@ void CPersistentOptions::PutTo(CBitStreamWriter& w) const
|
||||
for (int b=0 ; b<64 ; ++b)
|
||||
w.WriteEncoded(x68_[b], 1);
|
||||
|
||||
w.WriteEncoded(xc0_, 2);
|
||||
w.WriteEncoded(xc4_freezeBreakCount, 2);
|
||||
w.WriteEncoded(xc0_freezeBreakCount, 2);
|
||||
w.WriteEncoded(xc4_frozenCount, 2);
|
||||
w.WriteEncoded(xc8_, 1);
|
||||
w.WriteEncoded(xcc_logScanCount, 7);
|
||||
w.WriteEncoded(xd0_24_fusionLinked, 1);
|
||||
|
||||
Reference in New Issue
Block a user