diff --git a/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp b/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp index 3d79b9bd..dbc511b4 100644 --- a/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp +++ b/neo/d3xp/menus/MenuScreen_Shell_Credits.cpp @@ -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() );