Skip to content

Commit

Permalink
Merge pull request #1154 from Zodomaniac/master
Browse files Browse the repository at this point in the history
Romero blue for netgame start screen background
  • Loading branch information
fragglet committed Mar 19, 2019
2 parents 5a58a33 + 1fa07e6 commit fd171dd
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 fd171dd

Please sign in to comment.