mirror of https://github.com/PrimeDecomp/prime.git
parent
8911ff953c
commit
9f774a3127
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue