2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-06 13:25:53 +00:00

Fix missed GRP* macros in Runtime/MP0/MP1.cpp

This commit is contained in:
Phillip Stephens 2021-11-25 13:56:30 -08:00
parent 162e85aa2c
commit bb9a29c82f

View File

@ -82,11 +82,11 @@ struct AudioGroupInfo {
};
constexpr std::array<AudioGroupInfo, 5> StaticAudioGroups{{
{"Misc_AGSC", GRPmisc},
{"MiscSamus_AGSC", GRPmiscSamus},
{"UI_AGSC", GRPui},
{"Weapons_AGSC", GRPweapons},
{"ZZZ_AGSC", GRPzzz},
{"Misc_AGSC", GRPMisc},
{"MiscSamus_AGSC", GRPMiscSamus},
{"UI_AGSC", GRPUI},
{"Weapons_AGSC", GRPWeapons},
{"ZZZ_AGSC", GRPZZZ},
}};
} // Anonymous namespace