Skip to content
Snippets Groups Projects
Commit b5ab39e8 authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

butterflies: finish generation should the last action per generation

parent 6ae78794
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,8 @@ void bf_add_actions(struct cats_configuration *conf)
bf_add_generation_action(conf, bf_action_stats_gather, "gather stats", generation);
bf_add_generation_action(conf, bf_action_dispersal, "dispersal", generation);
bf_add_generation_action(conf, bf_action_save_eggs_grid, "output eggs", generation);
bf_add_generation_action(conf, bf_action_generation_finish, "finish generation", generation);
bf_add_generation_action(conf, bf_action_stats_write, "write stats", generation);
bf_add_generation_action(conf, bf_action_generation_finish, "finish generation", generation);
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment