summaryrefslogtreecommitdiff
path: root/src/object/crenelBeanSprout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/crenelBeanSprout.c')
-rw-r--r--src/object/crenelBeanSprout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/crenelBeanSprout.c b/src/object/crenelBeanSprout.c
index 74db801c..7480ba07 100644
--- a/src/object/crenelBeanSprout.c
+++ b/src/object/crenelBeanSprout.c
@@ -266,7 +266,7 @@ void CrenelBeanSprout_Action6(CrenelBeanSproutEntity* this) {
CrenelBeanSprout_Action6SubAction2,
};
if (super->subAction != 2) {
- sub_08078B48();
+ PausePlayer();
}
CrenelBeanSprout_Action6SubActions[super->subAction](this);
}