Minor fixes

Former-commit-id: 49b63540f8
This commit is contained in:
Phillip Stephens 2023-09-25 16:30:56 -07:00
parent 8911ff953c
commit 9f774a3127
2 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,11 @@ public:
CParticleData(CInputStream& in);
int GetDuration() const { return x0_duration; }
const rstl::string& GetLocatorName() const { return xc_boneName; }
float GetScale() const { return x1c_scale; }
EParentedMode GetParentedMode() const { return x20_parentMode; }
private:
int x0_duration;
SObjectTag x4_particle;

View File

@ -1232,7 +1232,7 @@ void synthSetMusicVolumeType(u8 vGroup, u8 type) {
}
}
u32 synthHWMessageHandler(u32 mesg, u32 voiceID) {
static u32 synthHWMessageHandler(u32 mesg, u32 voiceID) {
u32 ret; // r30
ret = FALSE;