Merge pull request #1186 from lioncash/macro
NetPlayClient: Remove unused macro
This commit is contained in:
commit
ac1f9f950f
|
@ -21,8 +21,6 @@ static std::mutex crit_netplay_client;
|
||||||
static NetPlayClient * netplay_client = nullptr;
|
static NetPlayClient * netplay_client = nullptr;
|
||||||
NetSettings g_NetPlaySettings;
|
NetSettings g_NetPlaySettings;
|
||||||
|
|
||||||
#define RPT_SIZE_HACK (1 << 16)
|
|
||||||
|
|
||||||
NetPad::NetPad()
|
NetPad::NetPad()
|
||||||
{
|
{
|
||||||
nHi = 0x00808080;
|
nHi = 0x00808080;
|
||||||
|
|
Loading…
Reference in New Issue