refac: rename func_8030E510 to sfxsource_play

This commit is contained in:
Bl00D4NGEL
2024-09-03 20:25:19 +02:00
parent 98e97f4e95
commit 9d802d0c08
8 changed files with 22 additions and 22 deletions

View File

@@ -84,7 +84,7 @@ void chpinkegg_collision(ActorMarker *this, ActorMarker *other_marker){
thisActor = marker_getActor(this);
this->propPtr->unk8_3 = 0;
func_8030E510(SFX_AA_BGS_EGG_BREAKING_1, 28000);
sfxsource_play(SFX_AA_BGS_EGG_BREAKING_1, 28000);
subaddie_set_state(thisActor, 3);
actor_playAnimationOnce(thisActor);
this->collidable = 0;