From be60cb3bfcc9dfea5d8b1275cee1456955fd8b15 Mon Sep 17 00:00:00 2001 From: kristus Date: Thu, 8 Apr 2021 21:58:22 +0200 Subject: [PATCH] GFX : Adjusted gfx/net.jpg size and orientation --- cl_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_screen.c b/cl_screen.c index 5b97ccb6..936d4522 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -395,7 +395,7 @@ static void SCR_DrawNet (void) if (cls.demoplayback) return; - DrawQ_Pic (64, 0, Draw_CachePic ("gfx/net"), 0, 0, 1, 1, 1, 1, 0); + DrawQ_Pic (200, 20, Draw_CachePic ("gfx/net"), 128, 100, 1, 1, 1, 1, 0); } /* -- 2.39.2