mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
Fix dolphin deed's
This commit is contained in:
2
applications/external/zombiez/zombiez.c
vendored
2
applications/external/zombiez/zombiez.c
vendored
@@ -231,7 +231,7 @@ static void tick(PluginState* const plugin_state) {
|
||||
free(z);
|
||||
plugin_state->zombies[i] = NULL;
|
||||
plugin_state->score++;
|
||||
//if(plugin_state->score % 15 == 0) DOLPHIN_DEED(getRandomDeed());
|
||||
//if(plugin_state->score % 15 == 0) dolphin_deed(getRandomDeed());
|
||||
//}
|
||||
} else if(z->position.x <= WALL_X && z->position.x > 0) { // zombie got to the wall
|
||||
plugin_state->zombies_count -= 1;
|
||||
|
||||
Reference in New Issue
Block a user