mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +00:00
Disable clang-format on SOUND_GROUPS array elements
This commit is contained in:
parent
8d41e28a52
commit
e0218dce2e
@ -4,6 +4,7 @@
|
|||||||
namespace T6
|
namespace T6
|
||||||
{
|
{
|
||||||
inline const std::string SOUND_GROUPS[]{
|
inline const std::string SOUND_GROUPS[]{
|
||||||
|
// clang-format off
|
||||||
"grp_reference",
|
"grp_reference",
|
||||||
"grp_master",
|
"grp_master",
|
||||||
"grp_wpn_lfe",
|
"grp_wpn_lfe",
|
||||||
@ -30,6 +31,7 @@ namespace T6
|
|||||||
"grp_air",
|
"grp_air",
|
||||||
"grp_bink",
|
"grp_bink",
|
||||||
"grp_announcer",
|
"grp_announcer",
|
||||||
|
// clang-format on
|
||||||
};
|
};
|
||||||
|
|
||||||
inline const std::string SOUND_CURVES[]{
|
inline const std::string SOUND_CURVES[]{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user