From 7a080b0f002336204ff4471576ba0ad94900606d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 15 Dec 2007 13:22:43 +0000 Subject: [PATCH] fixed the snow when the window size is changing --- src/game/client/gc_client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 893fbca8b..002406fc9 100644 --- a/src/game/client/gc_client.cpp +++ b/src/game/client/gc_client.cpp @@ -1687,8 +1687,8 @@ void render_snow() static flake flakes[NUM_FLAKES]; static bool init = true; - float w = br.x-tl.x; - float h = br.y-tl.y; + float w = 400*6; + float h = 300*6; if(init) {