File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ void tick(GameState *game_state, NotificationApp *notification) {
247
247
if (game_state -> top_cards [0 ].character == 11 && game_state -> top_cards [1 ].character == 11 &&
248
248
game_state -> top_cards [2 ].character == 11 && game_state -> top_cards [3 ].character == 11 ) {
249
249
game_state -> state = GameStateAnimate ;
250
- DOLPHIN_DEED (DolphinDeedPluginGameWin );
250
+ dolphin_deed (DolphinDeedPluginGameWin );
251
251
252
252
return ;
253
253
}
@@ -256,7 +256,7 @@ void tick(GameState *game_state, NotificationApp *notification) {
256
256
if (game_state -> state == GameStatePlay ) {
257
257
if (game_state -> longPress && game_state -> dragging_hand .index == 1 ) {
258
258
for (uint8_t i = 0 ; i < 4 ; i ++ ) {
259
- if (place_on_top (& (game_state -> top_cards [i ]), game_state -> dragging_hand .cards [0 ])) {
259
+ if (place_on_top (& (game_state -> top_car0ds [i ]), game_state -> dragging_hand .cards [0 ])) {
260
260
remove_drag (game_state );
261
261
wasAction = true;
262
262
break ;
@@ -383,7 +383,7 @@ void tick(GameState *game_state, NotificationApp *notification) {
383
383
}
384
384
385
385
void init (GameState * game_state ) {
386
- DOLPHIN_DEED (DolphinDeedPluginGameStart );
386
+ dolphin_deed (DolphinDeedPluginGameStart );
387
387
game_state -> selectColumn = 0 ;
388
388
game_state -> selected_card = 0 ;
389
389
game_state -> selectRow = 0 ;
You can’t perform that action at this time.
0 commit comments