2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 15:51:22 +00:00

Guess how long it took to find this one number

This commit is contained in:
Luke Street 2022-03-10 02:29:02 -05:00
parent cd963c4a5c
commit 15696f3aa4

View File

@ -139,7 +139,7 @@ void CFBStreamedAnimReaderTotals::IncrementInto(CBitLevelLoader& loader, const C
if (tCount) { if (tCount) {
cumulativesOut[4] = cumulativesIn[4] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 2)); cumulativesOut[4] = cumulativesIn[4] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 2));
cumulativesOut[5] = cumulativesIn[5] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 5)); cumulativesOut[5] = cumulativesIn[5] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 5));
cumulativesOut[6] = cumulativesIn[5] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 8)); cumulativesOut[6] = cumulativesIn[6] + loader.LoadSigned(*reinterpret_cast<const u8*>(chans + 8));
chans += 9; chans += 9;
} }
} }