mirror of https://github.com/AxioDL/metaforce.git
CAuxWeapon: Use names for sound IDs
Same behavior, but slightly more self-documenting on what they actually are.
This commit is contained in:
parent
5aae402149
commit
2ad45e481f
|
@ -28,7 +28,7 @@ constexpr std::array skComboNames{
|
||||||
};
|
};
|
||||||
|
|
||||||
constexpr std::array<u16, 5> skSoundId{
|
constexpr std::array<u16, 5> skSoundId{
|
||||||
1810, 1837, 1847, 1842, 1810,
|
SFXsfx0712, SFXsfx072D, SFXwpn_combo_wavebuster, SFXwpn_combo_flamethrower, SFXsfx0712,
|
||||||
};
|
};
|
||||||
|
|
||||||
CAuxWeapon::CAuxWeapon(TUniqueId playerId)
|
CAuxWeapon::CAuxWeapon(TUniqueId playerId)
|
||||||
|
|
Loading…
Reference in New Issue