Merge branch 'mr-origin-72'

This commit is contained in:
Banjo Kazooie
2024-09-13 20:43:08 -05:00
14 changed files with 18 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ void chhut_update(Actor *this){
return;
if(!this->initialized){
this->marker->collidable = 0;
this->marker->collidable = FALSE;
this->initialized = TRUE;
}
switch(this->state){

View File

@@ -71,7 +71,7 @@ void func_803890A0(ActorMarker *marker, s32 arg1){
position[2] = actorPtr->position_z;
for(i = 0; i < 4; i++){
jujuPtr = spawn_actor_f32(ACTOR_59_JUJU, actorPtr->position, actorPtr->yaw);
jujuPtr->marker->collidable = 0;
jujuPtr->marker->collidable = FALSE;
actorPtr = marker_getActor(marker);
func_80388DE8(actorPtr, i, jujuPtr);

View File

@@ -73,7 +73,7 @@ void MM_func_80387FF4(Actor * this){
break;
case ORANGE_LANDED_STATE:
if(this->lifetime_value < 324.0){
this->marker->collidable = 0;
this->marker->collidable = FALSE;
}
this->lifetime_value -= 4.0;
if(this->lifetime_value < 4.0){