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

@@ -785,10 +785,3 @@ void loadstate2()
{
stateloader(fnamest+1, 0, 1);
}
extern unsigned char Netfname[11];
void loadstate3()
{
stateloader(Netfname, 0, 1);
}