Don't use HAVE_NETPLAY any more
This commit is contained in:
parent
c42deb4cd3
commit
9384875ab0
38 changed files with 129 additions and 174 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue