ref: a615ed291aa275ee2aa8e66d3788db774861d185
parent: 5a58a336854b218b35704cee984430d69b7a8e77
author: Zodomaniac <15119473+Zodomaniac@users.noreply.github.com>
date: Tue Mar 19 15:09:39 EDT 2019
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();