Fix dolphin deed's

This commit is contained in:
Willy-JL
2023-06-09 13:55:28 +01:00
parent 0506869b54
commit 605f9190b0
25 changed files with 30 additions and 30 deletions

View File

@@ -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;