From fef40c16cc8910d96f2e21e2258dd02cd23a90fa Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 9 Dec 2007 14:47:22 +0000 Subject: [PATCH] changed bg --- src/game/client/game_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/client/game_client.cpp b/src/game/client/game_client.cpp index 32a98cc56..30cad6c05 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);