diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 14:47:22 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-09 14:47:22 +0000 |
| commit | fef40c16cc8910d96f2e21e2258dd02cd23a90fa (patch) | |
| tree | c4bb715c496fdbfff76b1c57165b672f4e2a3ed0 /src/game/client | |
| parent | 8aa0456a2982e0992967e47731034f328c600cba (diff) | |
| download | zcatch-fef40c16cc8910d96f2e21e2258dd02cd23a90fa.tar.gz zcatch-fef40c16cc8910d96f2e21e2258dd02cd23a90fa.zip | |
changed bg
Diffstat (limited to 'src/game/client')
| -rw-r--r-- | src/game/client/game_client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 32a98cc5..30cad6c0 100644 --- a/src/game/client/game_client.cpp +++ b/src/game/client/game_client.cpp @@ -1900,7 +1900,7 @@ void render_world(float center_x, float center_y, float zoom) // draw the sun if(config.gfx_high_detail) { - if(0) + if(1) { gfx_mapscreen(0,0,1,1); gfx_texture_set(-1); |