Skip to content

Commit ed212ce

Browse files
committed
re-added DOLPHIN_DEEDs
1 parent b0683b4 commit ed212ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

solitaire.c

+3
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ void tick(GameState *game_state, NotificationApp *notification) {
247247
if (game_state->top_cards[0].character == 11 && game_state->top_cards[1].character == 11 &&
248248
game_state->top_cards[2].character == 11 && game_state->top_cards[3].character == 11) {
249249
game_state->state = GameStateAnimate;
250+
DOLPHIN_DEED(DolphinDeedPluginGameWin);
251+
250252
return;
251253
}
252254
}
@@ -381,6 +383,7 @@ void tick(GameState *game_state, NotificationApp *notification) {
381383
}
382384

383385
void init(GameState *game_state) {
386+
DOLPHIN_DEED(DolphinDeedPluginGameStart);
384387
game_state->selectColumn = 0;
385388
game_state->selected_card = 0;
386389
game_state->selectRow = 0;

0 commit comments

Comments
 (0)