diff options
Diffstat (limited to 'src/net/net.cpp')
-rw-r--r-- | src/net/net.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/net.cpp b/src/net/net.cpp index 8b7b206ba..ebc654563 100644 --- a/src/net/net.cpp +++ b/src/net/net.cpp @@ -36,6 +36,8 @@ #include "debug.h" +int evolPacketOffset = 0; + namespace Net { class AuctionHandler; |