CLIENT: Correct typo in loading screen tip

This commit is contained in:
Peter0x44 2024-12-31 03:54:40 +00:00
parent dc8ff52c39
commit 3246731676

View file

@ -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);
};
};