ref: fd171dda546f38a9b7a6158ed2c3c8044e4ce72d
parent: 5a58a336854b218b35704cee984430d69b7a8e77
parent: 1fa07e62e1dfa7a000834137b70aeadc4e57709a
author: Simon Howard <fraggle+github@gmail.com>
date: Tue Mar 19 08:52:13 EDT 2019
Merge pull request #1154 from Zodomaniac/master 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();