diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/client/gc_client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/client/gc_client.cpp b/src/game/client/gc_client.cpp index 893fbca8..002406fc 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) { |