mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-21 03:01:17 +00:00
CLIENT: Correct typo in loading screen tip
This commit is contained in:
parent
dc8ff52c39
commit
3246731676
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ string UserMapNameLookup(string bsp_name);
|
|||
string loading_tips[] =
|
||||
{
|
||||
"Now with Font Kerning.",
|
||||
"Quick Revive will ressurect you in Solo.",
|
||||
"Quick Revive will resurrect you in Solo.",
|
||||
"Use Quick Revive to revive faster in Co-Op!",
|
||||
"Jugger-Nog increases your health.",
|
||||
"Speed Cola increases Reload speed.",
|
||||
|
@ -123,4 +123,4 @@ void(vector screensize, float opaque) m_drawloading =
|
|||
|
||||
// Loading Tip
|
||||
Draw_String([screensize_x/2 - getTextWidth(loading_tip, MENU_TEXT_SMALL_x)/2, screensize_y - 25], loading_tip, MENU_TEXT_SMALL, [1, 1, 1], 1, 0);
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue