summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index e0ce432..decff8f 100644
--- a/main.c
+++ b/main.c
@@ -60,6 +60,9 @@ unsigned char encryptionkey[128];
unsigned char username[255];
unsigned char password[255];
+/* Protocol data direction */
+unsigned char mt_direction_fromserver = 0;
+
int sendUDP(struct mt_packet *packet) {
if (broadcastMode) {