Cleaned up the source and fixed saving of config files on ALT-F4 exit. Commented some netplay stuff in zloader.c.

This commit is contained in:
jbo_85
2005-06-10 12:59:15 +00:00
parent 9606a6ad37
commit 62c2f4a2f4
5 changed files with 11 additions and 30 deletions

View File

@@ -35,10 +35,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#endif
#endif
/*
#ifndef __MSDOS__
extern unsigned char NetChatFirst, NetServer, NetNewNick, NetFilename[512], CmdLineTCPIPAddress,
NetQuitAfter, UDPConfig, CmdLineNetPlay;
#endif
*/
#ifdef __WIN32__
void ImportDirectX();
@@ -184,6 +186,7 @@ static void display_help()
#ifndef __LINUX__
put_line(" Microsoft-style options (/option) are also accepted");
#endif
/*
#ifndef __MSDOS__
put_line(" --Netplay Parameters--");
put_line(" Commandline: /ABCDE <nickname> <fname> <IP Addy>");
@@ -201,6 +204,7 @@ static void display_help()
put_line(" eg: zsnes /UCCN2 nickname /home/zuser/snesroms 202.36.124.28");
#endif
#endif
*/
exit(1);
}