- Fixed a spelling error in the menus. The american

spelling of "favourite" still bugs me though ;-)
This commit is contained in:
Jamie Wilkinson 2002-08-23 02:52:20 +00:00
parent 0085cd698f
commit ef7a72890e

View file

@ -47,7 +47,7 @@ integer () servlist_filter_draw =
void () servlist_favorates_menu =
{
Menu_Begin (54, 40, "favorates");
Menu_Begin (54, 40, "favorites");
Menu_FadeScreen (1);
Menu_CenterPic (160, 4, "gfx/p_multi.lmp");
Menu_Draw (servlist_favorates_draw);