mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 09:22:45 +00:00
Merge branch 'master' into glew
This commit is contained in:
commit
dd22a2a85a
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ void idMenuScreen_Shell_Credits::SetupCreditList()
|
|||
creditList.Append( creditInfo_t( 1, "Additional Programming" ) );
|
||||
creditList.Append( creditInfo_t( 0, "Daniel Gibson - Tons of code cleanups, netcode++" ) );
|
||||
creditList.Append( creditInfo_t( 0, "Jonathan Young - Bugfixes, misc improvements" ) );
|
||||
creditList.Append( creditInfo_t( 0, "Felix Rueegg - Doomclassic Linux support" ) );
|
||||
creditList.Append( creditInfo_t() );
|
||||
creditList.Append( creditInfo_t( 0, "For more see the GitHub stats ;)" ) );
|
||||
creditList.Append( creditInfo_t() );
|
||||
|
|
Loading…
Reference in a new issue