Netplay code (mostly) removed, still need some help on EXTSYMs and port-dependant stuff.

This commit is contained in:
grinvader
2005-04-09 08:40:31 +00:00
parent f488c07ed4
commit 991588a89a
21 changed files with 38 additions and 5480 deletions

View File

@@ -1453,7 +1453,7 @@ NEWSYM TCPIPStartServer
mov byte[TCPIPStatus],1
; StartServer(unsigned short port)
xor eax,eax
mov ax,[TCPIPPortNum]
; mov ax,[TCPIPPortNum]
push eax
call StartServerCycle
add esp,4
@@ -1499,7 +1499,7 @@ NEWSYM TCPIPInitConnectToServer
jnz .failed
mov byte[TCPIPStatus],1
; Convert TCPIPAddress to IPAddrStr
mov ebx,TCPIPAddress
; mov ebx,TCPIPAddress
mov edx,IPAddrStr
.notend
mov al,[ebx]
@@ -1523,7 +1523,7 @@ NEWSYM TCPIPConnectToServer
; int ConnectServer(char *servername, unsigned short port)
pushad
xor eax,eax
mov ax,[TCPIPPortNum]
; mov ax,[TCPIPPortNum]
push eax
mov eax,IPAddrStr
push eax