Update soh/src/overlays/actors/ovl_En_Okuta/z_en_okuta.c

Thanks I overlooked it :)

Co-authored-by: BountyChocolate123456 <101743444+BountyChocolate123456@users.noreply.github.com>
This commit is contained in:
Baoulettes 2022-06-20 22:33:31 +02:00 committed by GitHub
parent 14df96eacd
commit 53fc151453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -500,7 +500,7 @@ void EnOkuta_ProjectileFly(EnOkuta* this, GlobalContext* globalCtx) {
pos.x = this->actor.world.pos.x;
pos.y = this->actor.world.pos.y + 11.0f;
pos.z = this->actor.world.pos.z;
if (CVar_GetS32("gNewProjectiles", 0) != 0) {
if (CVar_GetS32("gNewDrops", 0) != 0) {
static s16 sEffectScales[] = {
145, 135, 115, 85, 75, 53, 45, 40, 35,
};