shithub: choc

Download patch

ref: 1fa07e62e1dfa7a000834137b70aeadc4e57709a
parent: 5a58a336854b218b35704cee984430d69b7a8e77
parent: a615ed291aa275ee2aa8e66d3788db774861d185
author: Zodomaniac <15119473+Zodomaniac@users.noreply.github.com>
date: Tue Mar 19 15:11:51 EDT 2019

Merge pull request #1 from Zodomaniac/Romero-blue-net-window

Romero blue for netgame start screen background

--- a/src/net_gui.c
+++ b/src/net_gui.c
@@ -400,6 +400,8 @@
         exit(-1);
     }
 
+    TXT_SetColor(TXT_COLOR_BLUE, 0x04, 0x14, 0x40); // Romero's "funky blue" color
+    
     I_InitWindowIcon();
 
     ParseCommandLineArgs();