diff options
| author | quou <quou@disroot.org> | 2024-10-07 20:49:03 +1100 |
|---|---|---|
| committer | quou <quou@disroot.org> | 2024-10-07 20:49:03 +1100 |
| commit | b5c69695c9c97c09f7ffa4d5a600d88cc06ee6da (patch) | |
| tree | 481f9cdc75e14caf4f292b66ee50970baa144e54 | |
| parent | e95936bb0e68479864a86e121a749d45ee7b0a78 (diff) | |
fix a warning
| -rw-r--r-- | game.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |