mirror of https://github.com/PrimeDecomp/prime.git
Minor fixes
This commit is contained in:
parent
304c6cfca9
commit
49b63540f8
|
@ -27,6 +27,11 @@ public:
|
||||||
|
|
||||||
CParticleData(CInputStream& in);
|
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:
|
private:
|
||||||
int x0_duration;
|
int x0_duration;
|
||||||
SObjectTag x4_particle;
|
SObjectTag x4_particle;
|
||||||
|
|
|
@ -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
|
u32 ret; // r30
|
||||||
|
|
||||||
ret = FALSE;
|
ret = FALSE;
|
||||||
|
|
Loading…
Reference in New Issue