diff options
Diffstat (limited to 'source/mvd_client.c')
-rw-r--r-- | source/mvd_client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/mvd_client.c b/source/mvd_client.c index a6b199f..592d235 100644 --- a/source/mvd_client.c +++ b/source/mvd_client.c @@ -1050,10 +1050,10 @@ void MVD_Connect_f( void ) { if( p ) { *p = 0; strcpy( resource, p + 1 ); - port = BigShort( 80 ); + port = 80; } else { Q_concat( resource, sizeof( resource ), "mvdstream/", id, NULL ); - port = BigShort( PORT_SERVER ); + port = PORT_SERVER; } // resolve hostname |