mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-21 19:41:36 +00:00
Modified a little bug in credits.c
This commit is contained in:
parent
519f00a4a2
commit
23c504ea8b
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ cr_line credits[] = { // edit this as necessary for your credits
|
|||
{ "Steven 'Stonelance' Heijsters", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_headertext },
|
||||
{ "Per 'Perle' Thormann", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_headertext },
|
||||
{ "Eddy Valdez aka. 'TheBigBuu'", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_headertext },
|
||||
{ "ZTurtleMan from TurtleArena", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color-headertext },
|
||||
{ "ZTurtleMan from TurtleArena", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_headertext },
|
||||
{ "", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_blue },
|
||||
{ "Mapping:", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW|UI_PULSE, &color_headertext },
|
||||
{ "", UI_CENTER|UI_SMALLFONT|UI_DROPSHADOW, &color_blue },
|
||||
|
|
Loading…
Reference in a new issue