summaryrefslogtreecommitdiff
path: root/src/engine/fox_effect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/fox_effect.c')
-rw-r--r--src/engine/fox_effect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/fox_effect.c b/src/engine/fox_effect.c
index 489ac82c..8b600457 100644
--- a/src/engine/fox_effect.c
+++ b/src/engine/fox_effect.c
@@ -140,6 +140,7 @@ void BonusText_DrawAll(void) {
for (i = 0, bonus = gBonusText; i < ARRAY_COUNT(gBonusText); i++, bonus++) {
if (bonus->hits != 0) {
FrameInterpolation_RecordOpenChild(bonus, i);
+ FrameInterpolation_RecordMarker(__FILE__, __LINE__);
Matrix_Push(&gGfxMatrix);
BonusText_Draw(bonus);
Matrix_Pop(&gGfxMatrix);