commit a615ed291aa275ee2aa8e66d3788db774861d185
Author: Zodomaniac <15119473+Zodomaniac@users.noreply.github.com>
AuthorDate: Tue Mar 19 19:09:39 2019 +0300
Commit: GitHub <noreply@github.com>
CommitDate: Tue Mar 19 19:09:39 2019 +0300
Romero blue for netgame start screen background
---
src/net_gui.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/net_gui.c b/src/net_gui.c
index 84622248..6a6d11a0 100644
--- a/src/net_gui.c
+++ b/src/net_gui.c
@@ -400,6 +400,8 @@ void NET_WaitForLaunch(void)
exit(-1);
}
+ TXT_SetColor(TXT_COLOR_BLUE, 0x04, 0x14, 0x40); // Romero's "funky blue" color
+
I_InitWindowIcon();
ParseCommandLineArgs();