about summary refs log tree commit diff
path: root/src/game
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-26 20:51:00 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-11-26 20:51:00 +0000
commit0cf8d662d60f9f8ff838699eef34c180a5264550 (patch)
tree67cec7bb44f4a9f5b26e020c4f2605d9cdd1ff4d /src/game
parentddbb7e0b0ea20a115b556b99577e7de07cd703d4 (diff)
downloadzcatch-0cf8d662d60f9f8ff838699eef34c180a5264550.tar.gz
zcatch-0cf8d662d60f9f8ff838699eef34c180a5264550.zip
resized the flag
Diffstat (limited to 'src/game')
-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);