diff options
author | Tim Angus <tim@ngus.net> | 2006-02-25 12:22:19 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-02-25 12:22:19 +0000 |
commit | 6d725eb07296b5ca6037e13fc6dac3d4df38de04 (patch) | |
tree | 9a64f72b7d1514ab2e4a100ab12ef60488033e59 | |
parent | afd85e89eab4ac12b4016adc73756be341ce1e36 (diff) |
* Changed default master server port
* Fixed a dumb bug that prevented servers from being listed
-rw-r--r-- | src/master/master.c | 2 | ||||
-rw-r--r-- | src/ui/ui_syscalls.asm | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/master/master.c b/src/master/master.c index 2343c319..bd93b0b8 100644 --- a/src/master/master.c +++ b/src/master/master.c @@ -40,7 +40,7 @@ #define VERSION "1.6" // Default master port -#define DEFAULT_MASTER_PORT 27950 +#define DEFAULT_MASTER_PORT 30710 // Maximum and minimum sizes for a valid packet #define MAX_PACKET_SIZE 2048 diff --git a/src/ui/ui_syscalls.asm b/src/ui/ui_syscalls.asm index 92a3c9cc..fa30bf70 100644 --- a/src/ui/ui_syscalls.asm +++ b/src/ui/ui_syscalls.asm @@ -79,12 +79,12 @@ equ trap_CIN_RunCinematic -76 equ trap_CIN_DrawCinematic -77 equ trap_CIN_SetExtents -78 equ trap_R_RemapShader -79 -equ trap_LAN_ServerStatus -81 -equ trap_LAN_GetServerPing -82 -equ trap_LAN_ServerIsVisible -83 -equ trap_LAN_CompareServers -84 -equ trap_FS_Seek -85 -equ trap_SetPbClStatus -86 +equ trap_LAN_ServerStatus -80 +equ trap_LAN_GetServerPing -81 +equ trap_LAN_ServerIsVisible -82 +equ trap_LAN_CompareServers -83 +equ trap_FS_Seek -84 +equ trap_SetPbClStatus -85 |