mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Fix typo
This commit is contained in:
parent
ec014bc075
commit
27d450e64b
@ -88,7 +88,7 @@ class LegoRaceCar : public LegoCarRaceActor, public LegoRaceMap {
|
||||
static EdgeReference g_edgeReferences[];
|
||||
static const SkeletonKickPhase g_skeletonKickPhases[]; // TODO: better name
|
||||
|
||||
static const char* g_soundSke13;
|
||||
static const char* g_soundSkel3;
|
||||
};
|
||||
|
||||
#endif // LEGORACERS_H
|
||||
|
||||
@ -64,7 +64,7 @@ const SkeletonKickPhase LegoRaceCar::g_skeletonKickPhases[] = {
|
||||
|
||||
// GLOBAL: LEGO1 0x100f0b70
|
||||
// STRING: LEGO1 0x100f08bc
|
||||
const char* LegoRaceCar::g_soundSke13 = "ske13";
|
||||
const char* LegoRaceCar::g_soundSkel3 = "skel3";
|
||||
|
||||
// FUNCTION: LEGO1 0x10012950
|
||||
LegoRaceCar::LegoRaceCar()
|
||||
@ -252,7 +252,7 @@ MxS32 LegoRaceCar::HandleSkeletonKicks(float p_param1)
|
||||
}
|
||||
|
||||
m_unk0x58 = p_param1;
|
||||
SoundManager()->GetCacheSoundManager()->Play(g_soundSke13, NULL, FALSE);
|
||||
SoundManager()->GetCacheSoundManager()->Play(g_soundSkel3, NULL, FALSE);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user