mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-10 11:35:19 -05:00
Fix purple rupee issue (#895)
* moved few break to fix purple rupee issue * fix breaks
This commit is contained in:
parent
474eee5d98
commit
d4bd953c0b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user