about summary refs log tree commit diff
path: root/src/game/client/menu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/menu.cpp')
-rw-r--r--src/game/client/menu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/menu.cpp b/src/game/client/menu.cpp
index 41ccd828..805da622 100644
--- a/src/game/client/menu.cpp
+++ b/src/game/client/menu.cpp
@@ -166,7 +166,7 @@ void draw_background(float t)
 
     gfx_texture_set(data->images[IMAGE_MENU_BACKGROUND].id);
     gfx_quads_begin();
-	    gfx_quads_drawTL(0, 400, 1600, 1600/2);
+	    gfx_quads_drawTL(0, 430, 1600, 1600/2);
     gfx_quads_end();
 
 	int frame = int(t * 10) % 3;