Don't use HAVE_NETPLAY any more

This commit is contained in:
twinaphex 2016-09-29 21:07:10 +02:00
parent c42deb4cd3
commit 9384875ab0
38 changed files with 129 additions and 174 deletions

View file

@ -214,7 +214,7 @@ enum event_command
};
#ifdef HAVE_COMMAND
#if defined(HAVE_NETWORK_CMD) && defined(HAVE_NETPLAY)
#if defined(HAVE_NETWORKING) && defined(HAVE_NETWORK_CMD)
bool command_network_send(const char *cmd_);
#endif
#endif