We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f427c26 commit e385281Copy full SHA for e385281
pet_a_dolphin/pet_a_dolphin.c
@@ -18,7 +18,7 @@ static int32_t decrease_butthurt(void* ctx) {
18
furi_check(
19
furi_message_queue_put(app->data->dolphin->event_queue, &event, FuriWaitForever) ==
20
FuriStatusOk);
21
- DOLPHIN_DEED(DolphinDeedPluginGameWin);
+ dolphin_deed(DolphinDeedPluginGameWin);
22
}
23
24
app->data->pet_feeder.active = false;
0 commit comments