mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-22 03:51:23 +00:00
code typo cleared
This commit is contained in:
parent
0d9f6f1534
commit
a6a3f51bc5
3 changed files with 3 additions and 3 deletions
|
@ -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 - 2018 | 16 Years of Q3R | www.q3rally.com | It's damn fast baby!, UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
UI_DrawString( 320, y, Q3_VERSION " (c) 2002 - 2018 | 16 Years of Q3R | www.q3rally.com | It's damn fast baby!", UI_CENTER|UI_SMALLFONT, text_color_normal );
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define BASETA "missionpack"
|
||||
|
||||
#ifndef PRODUCT_VERSION
|
||||
#define PRODUCT_VERSION "v0.0.1.0 r215"
|
||||
#define PRODUCT_VERSION "v0.0.1.0 r216"
|
||||
#endif
|
||||
|
||||
#ifndef PRODUCT_DATE
|
||||
|
|
|
@ -872,4 +872,4 @@ TopLine=422
|
|||
Caret=63,431
|
||||
[engine\code\q3_ui\ui_rally_credits.c]
|
||||
TopLine=84
|
||||
Caret=65,102
|
||||
Caret=120,102
|
||||
|
|
Loading…
Reference in a new issue