diff options
Diffstat (limited to 'src/object/fourElements.c')
| -rw-r--r-- | src/object/fourElements.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/fourElements.c b/src/object/fourElements.c index a9e02140..1c3942ea 100644 --- a/src/object/fourElements.c +++ b/src/object/fourElements.c @@ -108,7 +108,7 @@ void FourElements_Action3(FourElementsEntity* this) { if (super->timer != 0) { sub_080A0424(this); if (--super->timer == 0) { - SetDefaultPriority(&gPlayerEntity, 0); + SetEntityPriority(&gPlayerEntity, 0); } } else { RequestPriorityDuration(NULL, 60); |
