mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-11 22:24:00 +00:00
Reformat pass
This commit is contained in:
@@ -74,9 +74,7 @@ constexpr std::array<float, 5> ComboAmmoPeriods{
|
||||
};
|
||||
} // Anonymous namespace
|
||||
|
||||
CPlayerState::CPlayerState() {
|
||||
x24_powerups.resize(41);
|
||||
}
|
||||
CPlayerState::CPlayerState() { x24_powerups.resize(41); }
|
||||
|
||||
CPlayerState::CPlayerState(CBitStreamReader& stream) {
|
||||
x4_enabledItems = u32(stream.ReadEncoded(32));
|
||||
|
||||
Reference in New Issue
Block a user