aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-10-07 20:49:03 +1100
committerquou <quou@disroot.org>2024-10-07 20:49:03 +1100
commitb5c69695c9c97c09f7ffa4d5a600d88cc06ee6da (patch)
tree481f9cdc75e14caf4f292b66ee50970baa144e54
parente95936bb0e68479864a86e121a749d45ee7b0a78 (diff)
fix a warning
-rw-r--r--game.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/game.c b/game.c
index f37473d..2a4731d 100644
--- a/game.c
+++ b/game.c
@@ -167,7 +167,6 @@ void ren_menu(const Game* g, Renderer* r) {
}
void ren_gameover(const Game* g, Renderer* r) {
- const Bitmap* bm = get_bitmap(asset_id_hud_img);
const int hv = viewport_w >> 1;
ren_text(
r,