From cf9b7835e0f7021739bc620ac51c6081036faaee Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 9 Apr 2006 00:11:10 +0000 Subject: * Fixed display of long server names * Fixed sort by ping * Changed default source to internet * Added simple options menu to frontend * Removed PB menu file * Changed default net rate * Fixed scoreboard alignment * Implemented "scoresUp" and "scoresDown" --- src/ui/ui_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui') diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 30b4c9fe..cde1c73a 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -56,9 +56,9 @@ static const int numSkillLevels = sizeof(skillLevels) / sizeof(const char*); static const char *netSources[] = { - "Local", - "Mplayer", "Internet", + "Mplayer", + "LAN", "Favorites" }; static const int numNetSources = sizeof(netSources) / sizeof(const char*); -- cgit