Skip to content

Commit

Permalink
Merge pull request #1 from Zodomaniac/Romero-blue-net-window
Browse files Browse the repository at this point in the history
Romero blue for netgame start screen background
  • Loading branch information
SoDOOManiac committed Mar 19, 2019
2 parents 5a58a33 + a615ed2 commit 1fa07e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/net_gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1fa07e6

Please sign in to comment.