diff --git a/scenes/water_flow.c b/scenes/water_flow.c index 4798587..74e3f06 100644 --- a/scenes/water_flow.c +++ b/scenes/water_flow.c @@ -182,9 +182,6 @@ void update_water_runner_system(Scene_t* scene) p_crunner->bfs_tilemap.tilemap[i].from = -1; p_crunner->bfs_tilemap.tilemap[i].reachable = false; } - p_crunner->state = BFS_START; - // Want the fallthough - case BFS_START: p_crunner->state = LOWEST_POINT_SEARCH; // Want the fallthough case LOWEST_POINT_SEARCH: