about summary refs log tree commit diff
path: root/src/game/client/game_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/game_client.cpp')
-rw-r--r--src/game/client/game_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp
index 24bd0420..b7a7b8d7 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);