diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 24bd0420a..b7a7b8d7c 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -974,7 +974,7 @@ static void render_powerup(const obj_powerup *prev, const obj_powerup *current) static void render_flag(const obj_flag *prev, const obj_flag *current) { float angle = 0.0f; - float size = 36.0f; + float size = 42.0f; gfx_blend_normal(); gfx_texture_set(data->images[IMAGE_GAME].id);