resized the flag

This commit is contained in:
Magnus Auvinen 2007-11-26 20:51:00 +00:00
parent ddbb7e0b0e
commit 0cf8d662d6

View file

@ -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);