Fix NETPLAY_SUPPORT define I broke.

This commit is contained in:
Brandon Wright 2017-12-13 22:50:47 -06:00
parent 89f34bb33a
commit f17e66fc62
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
***********************************************************************************/
#if defined(NETPLAY_SUPPORT) || 1
#ifdef NETPLAY_SUPPORT
#ifdef _DEBUG
#define NP_DEBUG 1
#endif