diff options
| author | citrons <citrons@mondecitronne.com> | 2023-10-14 03:35:40 -0500 |
|---|---|---|
| committer | citrons <citrons@mondecitronne.com> | 2023-10-14 03:35:40 -0500 |
| commit | 7c5f7142f76ca1be5eaf3f7795f18f8451aa30d5 (patch) | |
| tree | af0ed0e35759c365a0e27380199dc745a6e80af7 /world.c | |
| parent | 689c24dc77aac53416f6cb8b38362284ff64f308 (diff) | |
formatting
Diffstat (limited to 'world.c')
| -rw-r--r-- | world.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
