Skip to content

Commit e385281

Browse files
author
Eugene Lykov
committed
Fix for firmware >= 0.86.1
1 parent f427c26 commit e385281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pet_a_dolphin/pet_a_dolphin.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static int32_t decrease_butthurt(void* ctx) {
1818
furi_check(
1919
furi_message_queue_put(app->data->dolphin->event_queue, &event, FuriWaitForever) ==
2020
FuriStatusOk);
21-
DOLPHIN_DEED(DolphinDeedPluginGameWin);
21+
dolphin_deed(DolphinDeedPluginGameWin);
2222
}
2323

2424
app->data->pet_feeder.active = false;

0 commit comments

Comments
 (0)