mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-07 07:25:52 +00:00
Undo debug code
This commit is contained in:
parent
c64e3d2ba7
commit
8e2636c14c
@ -104,7 +104,7 @@ CPlayerState::CPlayerState(CBitStreamReader& stream)
|
|||||||
const auto& scanStates = g_MemoryCardSys->GetScanStates();
|
const auto& scanStates = g_MemoryCardSys->GetScanStates();
|
||||||
x170_scanTimes.reserve(scanStates.size());
|
x170_scanTimes.reserve(scanStates.size());
|
||||||
for (const auto& state : scanStates) {
|
for (const auto& state : scanStates) {
|
||||||
float time = stream.ReadEncoded(1) ? 1.f : 1.f;
|
float time = stream.ReadEncoded(1) ? 1.f : 0.f;
|
||||||
x170_scanTimes.emplace_back(state.first, time);
|
x170_scanTimes.emplace_back(state.first, time);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user