diff options
author | Tim Angus <tim@ngus.net> | 2006-04-09 00:11:10 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-04-09 00:11:10 +0000 |
commit | cf9b7835e0f7021739bc620ac51c6081036faaee (patch) | |
tree | d70f906603378e32e047ac2196303e3ddfbb76b0 /src/ui | |
parent | f42f817cba50d1a40f27b17e56a210fc5f2ad22e (diff) |
* 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"
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_main.c | 4 |
1 files changed, 2 insertions, 2 deletions
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*); |