mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-01-31 13:50:37 +00:00
Still here...
Who have thought...
This commit is contained in:
parent
e85667c704
commit
8bf74ab8a1
3 changed files with 5 additions and 5 deletions
|
@ -435,7 +435,7 @@ static void Main_MenuDraw( void ) {
|
|||
} else {
|
||||
// STONELANCE
|
||||
//UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2009 New Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2014 Team Q3Rally | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, 460, Q3_VERSION " (c) 2002 - 2014 | 12 Years now... | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
// UI_DrawString( 320, 450, "Quake III Arena(c) 1999-2000, Id Software, Inc. All Rights Reserved", UI_CENTER|UI_SMALLFONT, color );
|
||||
// END
|
||||
}
|
||||
|
|
|
@ -99,7 +99,7 @@ static void UI_Rally_CreditMenu_Draw( void ) {
|
|||
UI_DrawProportionalString( 320, y, "Cyberdemon, Killaz and skw|d", UI_CENTER|UI_SMALLFONT, color_white );
|
||||
|
||||
y += 2.0 * PROP_HEIGHT * PROP_SMALL_SIZE_SCALE;
|
||||
UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2014 Team Q3Rally | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2014 | 12 Years now... | www.q3rally.com", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -923,7 +923,7 @@ TopLine=252
|
|||
Caret=39,263
|
||||
[engine\code\q3_ui\ui_menu.c]
|
||||
TopLine=417
|
||||
Caret=58,438
|
||||
Caret=76,438
|
||||
[engine\code\q3_ui\ui_rally_credits.c]
|
||||
TopLine=88
|
||||
Caret=60,102
|
||||
TopLine=87
|
||||
Caret=78,102
|
||||
|
|
Loading…
Reference in a new issue