Skip to content

Commit

Permalink
Fix for firmware >= 0.86.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Lykov committed Jul 11, 2023
1 parent f427c26 commit e385281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pet_a_dolphin/pet_a_dolphin.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static int32_t decrease_butthurt(void* ctx) {
furi_check(
furi_message_queue_put(app->data->dolphin->event_queue, &event, FuriWaitForever) ==
FuriStatusOk);
DOLPHIN_DEED(DolphinDeedPluginGameWin);
dolphin_deed(DolphinDeedPluginGameWin);
}

app->data->pet_feeder.active = false;
Expand Down

0 comments on commit e385281

Please sign in to comment.