From 7c5f7142f76ca1be5eaf3f7795f18f8451aa30d5 Mon Sep 17 00:00:00 2001 From: citrons Date: Sat, 14 Oct 2023 03:35:40 -0500 Subject: formatting --- world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world.c') diff --git a/world.c b/world.c index 6d40110..228823e 100644 --- a/world.c +++ b/world.c @@ -306,7 +306,7 @@ void tick_world(world *w) { player_collect(w, w->player.pos); int to_combine = SDL_min(w->player.scores[TILE_RED], - SDL_min(w->player.scores[TILE_GREEN], w->player.scores[TILE_BLUE])); + SDL_min(w->player.scores[TILE_GREEN], w->player.scores[TILE_BLUE])); w->player.scores[TILE_LIGHT] += to_combine; w->player.scores[TILE_RED] -= to_combine; w->player.scores[TILE_GREEN] -= to_combine; -- cgit v1.2.3