Fix purple rupee issue (#895)
* moved few break to fix purple rupee issue * fix breaks
This commit is contained in:
@@ -996,6 +996,7 @@ void EnItem00_Draw(Actor* thisx, GlobalContext* globalCtx) {
|
|||||||
this->actor.shape.shadowScale = 0.3f;
|
this->actor.shape.shadowScale = 0.3f;
|
||||||
this->actor.world.rot.x = 0x4000;
|
this->actor.world.rot.x = 0x4000;
|
||||||
GetItem_Draw(globalCtx, GID_RUPEE_PURPLE);
|
GetItem_Draw(globalCtx, GID_RUPEE_PURPLE);
|
||||||
|
break;
|
||||||
} else {
|
} else {
|
||||||
Actor_SetScale(&this->actor, 0.03f);
|
Actor_SetScale(&this->actor, 0.03f);
|
||||||
this->actor.shape.shadowScale = 6.0f;
|
this->actor.shape.shadowScale = 6.0f;
|
||||||
|
|||||||
Reference in New Issue
Block a user