From 23c504ea8b1301b638ef236e02fa19ae5ccfb66a Mon Sep 17 00:00:00 2001 From: q3rally Date: Sun, 20 Feb 2011 11:50:11 +0000 Subject: [PATCH] Modified a little bug in credits.c --- engine/code/q3_ui/ui_credits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/code/q3_ui/ui_credits.c b/engine/code/q3_ui/ui_credits.c index e491f45c..7dbc7d23 100644 --- a/engine/code/q3_ui/ui_credits.c +++ b/engine/code/q3_ui/ui_credits.c @@ -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 },