summaryrefslogtreecommitdiff
path: root/src/net/ea/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ea/network.h')
-rw-r--r--src/net/ea/network.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/ea/network.h b/src/net/ea/network.h
index 84a4b0635..d9847d55d 100644
--- a/src/net/ea/network.h
+++ b/src/net/ea/network.h
@@ -67,6 +67,9 @@ class Network notfinal
void fixSendBuffer();
+ void pauseDispatch()
+ { mPauseDispatch = true; }
+
// ERROR replaced by NET_ERROR because already defined in Windows
enum
{
@@ -106,6 +109,7 @@ class Network notfinal
SDL_mutex *mMutexIn;
SDL_mutex *mMutexOut;
int mSleep;
+ bool mPauseDispatch;
};
} // namespace Ea