From 0cf8d662d60f9f8ff838699eef34c180a5264550 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 26 Nov 2007 20:51:00 +0000 Subject: [PATCH] resized the flag --- src/game/client/game_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);